Html Css Color HEX #ACBB20 Bahia

📋 copy color: '#ACBB20'

red 172 ◦ green 187 ◦ blue 32

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

Shades of Bahia #ACBB20

Tints of Bahia #ACBB20

RGB

 RED value IS 172 (67.58% from 255) = 43.99%

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

 BLUE value IS 32 (12.89% from 255) = 8.18%

R = 43.99%
G = 47.83%
B = 8.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#ACBB20 (or 0xACBB20) is known color: Bahia. HEX triplet: AC, BB and 20. RGB value is (172,187,32). Sum of RGB (Red+Green+Blue) = 172+187+32=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBB20 is #5344DF. Grayscale: #A5A5A5. Windows color (decimal): -5457120 or 2145196. OLE color: 2145196.

HSL color Cylindrical-coordinate representation of color #ACBB20: hue angle of 65.81º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACBB20 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 187 32 -
CMYK 0.08 0 0.83 0.27
HSL 65.81º 0.71% 0.43% -
HSV(B) 65.81º 0.83% 0.73% -
XYZ 35.04 44.42 8.09 -
YUV 164.85 53.03 133.1 -
System Red Green Blue C M Y K H S L
Decimal 172 187 32 0.08 0 0.83 0.27 65.81 0.71 0.43
Hex AC BB 20 8 0 53 1B 42 47 2B
Octal 254 273 40 10 0 123 33 102 107 53
Binary 10101100 10111011 100000 1000 0 1010011 11011 1000010 1000111 101011

Color Harmonies of #ACBB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBB20

Black with #ACBB20

Text Example


Text Example

White with #ACBB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBB20; }

 p { color: rgb(172,187,32); }

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

background-color css

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

 a { background-color: rgb(172,187,32); }

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

border-color css

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

 span { border-color: rgb(172,187,32); }

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