#A5B633

Color #A5B633 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A5B633

Tints of Bahia #A5B633

Color information

#A5B633 (or 0xA5B633) is unknown color: approx Bahia. HEX triplet: A5, B6 and 33. RGB value is (165,182,51). Sum of RGB (Red+Green+Blue) = 165+182+51=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B633 is #5A49CC. Grayscale: #A2A2A2. Windows color (decimal): -5917133 or 3389093. OLE color: 3389093.

HSL color Cylindrical-coordinate representation of color #A5B633: hue angle of 67.79º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5B633 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB16518251-
CMYK0.0900.720.29
HSL67.79º56.22%45.69%-
HSV(B)67.79º71.98%71.37%-
XYZ32.8441.699.45-
YUV161.9865.37130.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 182 (71.48% from 255) = 45.73%
BLUE value IS 51 (20.31% from 255) = 12.81%
R=41.46%
G=45.73%
B=12.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165182510.0900.720.2967.7956.2245.69
HexA5B63390481D44382e
Octal24526663110110351047056
Binary1010010110110110110011100101001000111011000100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B633; }

 p { color: rgb(165,182,51); }

 H1.HeaderClassName
 {
   color: #A5B633;
 }
 .AnyTagClassName
 {
   color: #A5B633;
 }
</style>
background-color css

<style>
 a { background-color: #A5B633; }

 a { background-color: rgb(165,182,51); }

 div.DivClassName
 {
   background-color: #A5B633;
 }
 .BgClassName
 {
   background-color: #A5B633;
 }
</style>
border-color css

<style>
 span { border-color: #A5B633; }

 span { border-color: rgb(165,182,51); }

 td.TdClassName
 {
   border-color: #A5B633;
 }
 .TagClassName
 {
   border-color: #A5B633;
 }
</style>