Html Css Color HEX #ACB718 Bahia

📋 copy color: '#ACB718'

red 172 ◦ green 183 ◦ blue 24

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

Shades of Bahia #ACB718

Tints of Bahia #ACB718

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.28%

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

R = 45.38%
G = 48.28%
B = 6.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#ACB718 (or 0xACB718) is known color: Bahia. HEX triplet: AC, B7 and 18. RGB value is (172,183,24). Sum of RGB (Red+Green+Blue) = 172+183+24=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB718 is #5348E7. Grayscale: #A2A2A2. Windows color (decimal): -5458152 or 1619884. OLE color: 1619884.

HSL color Cylindrical-coordinate representation of color #ACB718: hue angle of 64.15º 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 #ACB718 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 24 -
CMYK 0.06 0 0.87 0.28
HSL 64.15º 0.77% 0.41% -
HSV(B) 64.15º 0.87% 0.72% -
XYZ 34.11 42.7 7.31 -
YUV 161.59 50.36 135.43 -
System Red Green Blue C M Y K H S L
Decimal 172 183 24 0.06 0 0.87 0.28 64.15 0.77 0.41
Hex AC B7 18 6 0 57 1C 40 4D 29
Octal 254 267 30 6 0 127 34 100 115 51
Binary 10101100 10110111 11000 110 0 1010111 11100 1000000 1001101 101001

Color Harmonies of #ACB718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB718

Black with #ACB718

Text Example


Text Example

White with #ACB718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB718; }

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

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

background-color css

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

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

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

border-color css

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

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

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