Html Css Color HEX #ACB52D Bahia

📋 copy color: '#ACB52D'

red 172 ◦ green 181 ◦ blue 45

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

Shades of Bahia #ACB52D

Tints of Bahia #ACB52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.31%

R = 43.22%
G = 45.48%
B = 11.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#ACB52D (or 0xACB52D) is known color: Bahia. HEX triplet: AC, B5 and 2D. RGB value is (172,181,45). Sum of RGB (Red+Green+Blue) = 172+181+45=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB52D is #534AD2. Grayscale: #A3A3A3. Windows color (decimal): -5458643 or 2995628. OLE color: 2995628.

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

Color convert

RGB 172 181 45 -
CMYK 0.05 0 0.75 0.29
HSL 63.97º 0.6% 0.44% -
HSV(B) 63.97º 0.75% 0.71% -
XYZ 34.01 42.01 8.8 -
YUV 162.81 61.52 134.56 -
System Red Green Blue C M Y K H S L
Decimal 172 181 45 0.05 0 0.75 0.29 63.97 0.6 0.44
Hex AC B5 2D 5 0 4B 1D 40 3C 2C
Octal 254 265 55 5 0 113 35 100 74 54
Binary 10101100 10110101 101101 101 0 1001011 11101 1000000 111100 101100

Color Harmonies of #ACB52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB52D

Black with #ACB52D

Text Example


Text Example

White with #ACB52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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