Html Css Color HEX #ACB816 Bahia

📋 copy color: '#ACB816'

red 172 ◦ green 184 ◦ blue 22

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

Shades of Bahia #ACB816

Tints of Bahia #ACB816

RGB

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

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

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

R = 45.5%
G = 48.68%
B = 5.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#ACB816 (or 0xACB816) is known color: Bahia. HEX triplet: AC, B8 and 16. RGB value is (172,184,22). Sum of RGB (Red+Green+Blue) = 172+184+22=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB816 is #5347E9. Grayscale: #A2A2A2. Windows color (decimal): -5457898 or 1489068. OLE color: 1489068.

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

Color convert

RGB 172 184 22 -
CMYK 0.07 0 0.88 0.28
HSL 64.44º 0.79% 0.4% -
HSV(B) 64.44º 0.88% 0.72% -
XYZ 34.3 43.11 7.27 -
YUV 161.94 49.02 135.17 -
System Red Green Blue C M Y K H S L
Decimal 172 184 22 0.07 0 0.88 0.28 64.44 0.79 0.4
Hex AC B8 16 7 0 58 1C 40 4F 28
Octal 254 270 26 7 0 130 34 100 117 50
Binary 10101100 10111000 10110 111 0 1011000 11100 1000000 1001111 101000

Color Harmonies of #ACB816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB816

Black with #ACB816

Text Example


Text Example

White with #ACB816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB816; }

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

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

background-color css

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

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

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

border-color css

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

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

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