Html Css Color HEX #ACB318 Bahia

📋 copy color: '#ACB318'

red 172 ◦ green 179 ◦ blue 24

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

Shades of Bahia #ACB318

Tints of Bahia #ACB318

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.73%

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

R = 45.87%
G = 47.73%
B = 6.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#ACB318 (or 0xACB318) is known color: Bahia. HEX triplet: AC, B3 and 18. RGB value is (172,179,24). Sum of RGB (Red+Green+Blue) = 172+179+24=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB318 is #534CE7. Grayscale: #9F9F9F. Windows color (decimal): -5459176 or 1618860. OLE color: 1618860.

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

Color convert

RGB 172 179 24 -
CMYK 0.04 0 0.87 0.30
HSL 62.71º 0.76% 0.4% -
HSV(B) 62.71º 0.87% 0.7% -
XYZ 33.3 41.08 7.04 -
YUV 159.24 51.68 137.1 -
System Red Green Blue C M Y K H S L
Decimal 172 179 24 0.04 0 0.87 0.30 62.71 0.76 0.4
Hex AC B3 18 4 0 57 1E 3F 4C 28
Octal 254 263 30 4 0 127 36 77 114 50
Binary 10101100 10110011 11000 100 0 1010111 11110 111111 1001100 101000

Color Harmonies of #ACB318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB318

Black with #ACB318

Text Example


Text Example

White with #ACB318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB318; }

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

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

background-color css

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

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

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

border-color css

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

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

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