Html Css Color HEX #A8BB33 Bahia

📋 copy color: '#A8BB33'

red 168 ◦ green 187 ◦ blue 51

#A8BB33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #A8BB33

Tints of Bahia #A8BB33

RGB

 RED value IS 168 (66.02% from 255) = 41.38%

 GREEN value IS 187 (73.44% from 255) = 46.06%

 BLUE value IS 51 (20.31% from 255) = 12.56%

R = 41.38%
G = 46.06%
B = 12.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#A8BB33 (or 0xA8BB33) is known color: Bahia. HEX triplet: A8, BB and 33. RGB value is (168,187,51). Sum of RGB (Red+Green+Blue) = 168+187+51=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB33 is #5744CC. Grayscale: #A6A6A6. Windows color (decimal): -5719245 or 3390376. OLE color: 3390376.

HSL color Cylindrical-coordinate representation of color #A8BB33: hue angle of 68.38º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8BB33 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 187 51 -
CMYK 0.10 0 0.73 0.27
HSL 68.38º 0.57% 0.47% -
HSV(B) 68.38º 0.73% 0.73% -
XYZ 34.52 44.1 9.83 -
YUV 165.82 63.21 129.56 -
System Red Green Blue C M Y K H S L
Decimal 168 187 51 0.10 0 0.73 0.27 68.38 0.57 0.47
Hex A8 BB 33 A 0 49 1B 44 39 2F
Octal 250 273 63 12 0 111 33 104 71 57
Binary 10101000 10111011 110011 1010 0 1001001 11011 1000100 111001 101111

Color Harmonies of #A8BB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB33

Black with #A8BB33

Text Example


Text Example

White with #A8BB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB33; }

 p { color: rgb(168,187,51); }

 H1.HeaderClassName
 {
   color: #A8BB33;
 }
 .AnyTagClassName
 {
   color: #A8BB33;
 }
</style>

background-color css

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

 a { background-color: rgb(168,187,51); }

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

border-color css

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

 span { border-color: rgb(168,187,51); }

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