Html Css Color HEX #ACB218 Bahia

📋 copy color: '#ACB218'

red 172 ◦ green 178 ◦ blue 24

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

Shades of Bahia #ACB218

Tints of Bahia #ACB218

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.59%

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

R = 45.99%
G = 47.59%
B = 6.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#ACB218 (or 0xACB218) is known color: Bahia. HEX triplet: AC, B2 and 18. RGB value is (172,178,24). Sum of RGB (Red+Green+Blue) = 172+178+24=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB218 is #534DE7. Grayscale: #9F9F9F. Windows color (decimal): -5459432 or 1618604. OLE color: 1618604.

HSL color Cylindrical-coordinate representation of color #ACB218: hue angle of 62.34º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACB218 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 24 -
CMYK 0.03 0 0.87 0.30
HSL 62.34º 0.76% 0.4% -
HSV(B) 62.34º 0.87% 0.7% -
XYZ 33.1 40.68 6.97 -
YUV 158.65 52.01 137.52 -
System Red Green Blue C M Y K H S L
Decimal 172 178 24 0.03 0 0.87 0.30 62.34 0.76 0.4
Hex AC B2 18 3 0 57 1E 3E 4C 28
Octal 254 262 30 3 0 127 36 76 114 50
Binary 10101100 10110010 11000 11 0 1010111 11110 111110 1001100 101000

Color Harmonies of #ACB218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB218

Black with #ACB218

Text Example


Text Example

White with #ACB218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB218; }

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

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

background-color css

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

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

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

border-color css

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

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

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