Html Css Color HEX #ACBB33 Bahia

📋 copy color: '#ACBB33'

red 172 ◦ green 187 ◦ blue 51

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

Shades of Bahia #ACBB33

Tints of Bahia #ACBB33

RGB

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

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

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

R = 41.95%
G = 45.61%
B = 12.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#ACBB33 (or 0xACBB33) is known color: Bahia. HEX triplet: AC, BB and 33. RGB value is (172,187,51). Sum of RGB (Red+Green+Blue) = 172+187+51=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 51 (20.31% from 255 or 12.44% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBB33 is #5344CC. Grayscale: #A7A7A7. Windows color (decimal): -5457101 or 3390380. OLE color: 3390380.

HSL color Cylindrical-coordinate representation of color #ACBB33: hue angle of 66.62º 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 #ACBB33 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 187 51 -
CMYK 0.08 0 0.73 0.27
HSL 66.62º 0.57% 0.47% -
HSV(B) 66.62º 0.73% 0.73% -
XYZ 35.38 44.55 9.87 -
YUV 167.01 62.53 131.56 -
System Red Green Blue C M Y K H S L
Decimal 172 187 51 0.08 0 0.73 0.27 66.62 0.57 0.47
Hex AC BB 33 8 0 49 1B 43 39 2F
Octal 254 273 63 10 0 111 33 103 71 57
Binary 10101100 10111011 110011 1000 0 1001001 11011 1000011 111001 101111

Color Harmonies of #ACBB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBB33

Black with #ACBB33

Text Example


Text Example

White with #ACBB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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