Html Css Color HEX #ACB018 Bahia

📋 copy color: '#ACB018'

red 172 ◦ green 176 ◦ blue 24

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

Shades of Bahia #ACB018

Tints of Bahia #ACB018

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.31%

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

R = 46.24%
G = 47.31%
B = 6.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#ACB018 (or 0xACB018) is known color: Bahia. HEX triplet: AC, B0 and 18. RGB value is (172,176,24). Sum of RGB (Red+Green+Blue) = 172+176+24=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB018 is #534FE7. Grayscale: #9E9E9E. Windows color (decimal): -5459944 or 1618092. OLE color: 1618092.

HSL color Cylindrical-coordinate representation of color #ACB018: hue angle of 61.58º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACB018 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 24 -
CMYK 0.02 0 0.86 0.31
HSL 61.58º 0.76% 0.39% -
HSV(B) 61.58º 0.86% 0.69% -
XYZ 32.7 39.89 6.84 -
YUV 157.48 52.67 138.36 -
System Red Green Blue C M Y K H S L
Decimal 172 176 24 0.02 0 0.86 0.31 61.58 0.76 0.39
Hex AC B0 18 2 0 56 1F 3E 4C 27
Octal 254 260 30 2 0 126 37 76 114 47
Binary 10101100 10110000 11000 10 0 1010110 11111 111110 1001100 100111

Color Harmonies of #ACB018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB018

Black with #ACB018

Text Example


Text Example

White with #ACB018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB018; }

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

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

background-color css

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

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

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

border-color css

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

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

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