Html Css Color HEX #ACB52B Bahia

📋 copy color: '#ACB52B'

red 172 ◦ green 181 ◦ blue 43

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

Shades of Bahia #ACB52B

Tints of Bahia #ACB52B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.71%

 BLUE value IS 43 (17.19% from 255) = 10.86%

R = 43.43%
G = 45.71%
B = 10.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#ACB52B (or 0xACB52B) is known color: Bahia. HEX triplet: AC, B5 and 2B. RGB value is (172,181,43). Sum of RGB (Red+Green+Blue) = 172+181+43=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB52B is #534AD4. Grayscale: #A3A3A3. Windows color (decimal): -5458645 or 2864556. OLE color: 2864556.

HSL color Cylindrical-coordinate representation of color #ACB52B: hue angle of 63.91º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACB52B is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 43 -
CMYK 0.05 0 0.76 0.29
HSL 63.91º 0.62% 0.44% -
HSV(B) 63.91º 0.76% 0.71% -
XYZ 33.97 41.99 8.6 -
YUV 162.58 60.52 134.72 -
System Red Green Blue C M Y K H S L
Decimal 172 181 43 0.05 0 0.76 0.29 63.91 0.62 0.44
Hex AC B5 2B 5 0 4C 1D 40 3E 2C
Octal 254 265 53 5 0 114 35 100 76 54
Binary 10101100 10110101 101011 101 0 1001100 11101 1000000 111110 101100

Color Harmonies of #ACB52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB52B

Black with #ACB52B

Text Example


Text Example

White with #ACB52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB52B; }

 p { color: rgb(172,181,43); }

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

background-color css

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

 a { background-color: rgb(172,181,43); }

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

border-color css

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

 span { border-color: rgb(172,181,43); }

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