Html Css Color HEX #A8BB29 Bahia

📋 copy color: '#A8BB29'

red 168 ◦ green 187 ◦ blue 41

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

Shades of Bahia #A8BB29

Tints of Bahia #A8BB29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.35%

R = 42.42%
G = 47.22%
B = 10.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#A8BB29 (or 0xA8BB29) is known color: Bahia. HEX triplet: A8, BB and 29. RGB value is (168,187,41). Sum of RGB (Red+Green+Blue) = 168+187+41=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB29 is #5744D6. Grayscale: #A5A5A5. Windows color (decimal): -5719255 or 2735016. OLE color: 2735016.

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

Color convert

RGB 168 187 41 -
CMYK 0.10 0 0.78 0.27
HSL 67.81º 0.64% 0.45% -
HSV(B) 67.81º 0.78% 0.73% -
XYZ 34.32 44.03 8.79 -
YUV 164.68 58.21 130.37 -
System Red Green Blue C M Y K H S L
Decimal 168 187 41 0.10 0 0.78 0.27 67.81 0.64 0.45
Hex A8 BB 29 A 0 4E 1B 44 40 2D
Octal 250 273 51 12 0 116 33 104 100 55
Binary 10101000 10111011 101001 1010 0 1001110 11011 1000100 1000000 101101

Color Harmonies of #A8BB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB29

Black with #A8BB29

Text Example


Text Example

White with #A8BB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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