Html Css Color HEX #ACBB32 Bahia

📋 copy color: '#ACBB32'

red 172 ◦ green 187 ◦ blue 50

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

Shades of Bahia #ACBB32

Tints of Bahia #ACBB32

RGB

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

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

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

R = 42.05%
G = 45.72%
B = 12.22%

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

#ACBB32 (or 0xACBB32) is known color: Bahia. HEX triplet: AC, BB and 32. RGB value is (172,187,50). Sum of RGB (Red+Green+Blue) = 172+187+50=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBB32 is #5344CD. Grayscale: #A7A7A7. Windows color (decimal): -5457102 or 3324844. OLE color: 3324844.

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

Color convert

RGB 172 187 50 -
CMYK 0.08 0 0.73 0.27
HSL 66.57º 0.58% 0.46% -
HSV(B) 66.57º 0.73% 0.73% -
XYZ 35.36 44.54 9.75 -
YUV 166.9 62.03 131.64 -
System Red Green Blue C M Y K H S L
Decimal 172 187 50 0.08 0 0.73 0.27 66.57 0.58 0.46
Hex AC BB 32 8 0 49 1B 43 3A 2E
Octal 254 273 62 10 0 111 33 103 72 56
Binary 10101100 10111011 110010 1000 0 1001001 11011 1000011 111010 101110

Color Harmonies of #ACBB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBB32

Black with #ACBB32

Text Example


Text Example

White with #ACBB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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