Html Css Color HEX #A8BB32 Bahia

📋 copy color: '#A8BB32'

red 168 ◦ green 187 ◦ blue 50

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

Shades of Bahia #A8BB32

Tints of Bahia #A8BB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.35%

R = 41.48%
G = 46.17%
B = 12.35%

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

#A8BB32 (or 0xA8BB32) is known color: Bahia. HEX triplet: A8, BB and 32. RGB value is (168,187,50). Sum of RGB (Red+Green+Blue) = 168+187+50=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB32 is #5744CD. Grayscale: #A6A6A6. Windows color (decimal): -5719246 or 3324840. OLE color: 3324840.

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

Color convert

RGB 168 187 50 -
CMYK 0.10 0 0.73 0.27
HSL 68.32º 0.58% 0.46% -
HSV(B) 68.32º 0.73% 0.73% -
XYZ 34.49 44.1 9.71 -
YUV 165.7 62.71 129.64 -
System Red Green Blue C M Y K H S L
Decimal 168 187 50 0.10 0 0.73 0.27 68.32 0.58 0.46
Hex A8 BB 32 A 0 49 1B 44 3A 2E
Octal 250 273 62 12 0 111 33 104 72 56
Binary 10101000 10111011 110010 1010 0 1001001 11011 1000100 111010 101110

Color Harmonies of #A8BB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB32

Black with #A8BB32

Text Example


Text Example

White with #A8BB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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