Html Css Color HEX #ACB818 Bahia

📋 copy color: '#ACB818'

red 172 ◦ green 184 ◦ blue 24

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

Shades of Bahia #ACB818

Tints of Bahia #ACB818

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.42%

 BLUE value IS 24 (9.77% from 255) = 6.32%

R = 45.26%
G = 48.42%
B = 6.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#ACB818 (or 0xACB818) is known color: Bahia. HEX triplet: AC, B8 and 18. RGB value is (172,184,24). Sum of RGB (Red+Green+Blue) = 172+184+24=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB818 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB818 is #5347E7. Grayscale: #A2A2A2. Windows color (decimal): -5457896 or 1620140. OLE color: 1620140.

HSL color Cylindrical-coordinate representation of color #ACB818: hue angle of 64.5º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACB818 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 24 -
CMYK 0.07 0 0.87 0.28
HSL 64.5º 0.77% 0.41% -
HSV(B) 64.5º 0.87% 0.72% -
XYZ 34.32 43.12 7.38 -
YUV 162.17 50.02 135.01 -
System Red Green Blue C M Y K H S L
Decimal 172 184 24 0.07 0 0.87 0.28 64.5 0.77 0.41
Hex AC B8 18 7 0 57 1C 40 4D 29
Octal 254 270 30 7 0 127 34 100 115 51
Binary 10101100 10111000 11000 111 0 1010111 11100 1000000 1001101 101001

Color Harmonies of #ACB818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB818

Black with #ACB818

Text Example


Text Example

White with #ACB818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB818; }

 p { color: rgb(172,184,24); }

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

background-color css

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

 a { background-color: rgb(172,184,24); }

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

border-color css

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

 span { border-color: rgb(172,184,24); }

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