Html Css Color HEX #ACB216 Bahia

📋 copy color: '#ACB216'

red 172 ◦ green 178 ◦ blue 22

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

Shades of Bahia #ACB216

Tints of Bahia #ACB216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.91%

R = 46.24%
G = 47.85%
B = 5.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#ACB216 (or 0xACB216) is known color: Bahia. HEX triplet: AC, B2 and 16. RGB value is (172,178,22). Sum of RGB (Red+Green+Blue) = 172+178+22=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB216 is #534DE9. Grayscale: #9F9F9F. Windows color (decimal): -5459434 or 1487532. OLE color: 1487532.

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

Color convert

RGB 172 178 22 -
CMYK 0.03 0 0.88 0.30
HSL 62.31º 0.78% 0.39% -
HSV(B) 62.31º 0.88% 0.7% -
XYZ 33.08 40.67 6.87 -
YUV 158.42 51.01 137.68 -
System Red Green Blue C M Y K H S L
Decimal 172 178 22 0.03 0 0.88 0.30 62.31 0.78 0.39
Hex AC B2 16 3 0 58 1E 3E 4E 27
Octal 254 262 26 3 0 130 36 76 116 47
Binary 10101100 10110010 10110 11 0 1011000 11110 111110 1001110 100111

Color Harmonies of #ACB216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB216

Black with #ACB216

Text Example


Text Example

White with #ACB216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB216; }

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

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

background-color css

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

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

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

border-color css

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

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

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