Html Css Color HEX #ACB417 Bahia

📋 copy color: '#ACB417'

red 172 ◦ green 180 ◦ blue 23

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

Shades of Bahia #ACB417

Tints of Bahia #ACB417

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48%

 BLUE value IS 23 (9.38% from 255) = 6.13%

R = 45.87%
G = 48%
B = 6.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#ACB417 (or 0xACB417) is known color: Bahia. HEX triplet: AC, B4 and 17. RGB value is (172,180,23). Sum of RGB (Red+Green+Blue) = 172+180+23=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB417 is #534BE8. Grayscale: #A0A0A0. Windows color (decimal): -5458921 or 1553580. OLE color: 1553580.

HSL color Cylindrical-coordinate representation of color #ACB417: hue angle of 63.06º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACB417 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 23 -
CMYK 0.04 0 0.87 0.29
HSL 63.06º 0.77% 0.4% -
HSV(B) 63.06º 0.87% 0.71% -
XYZ 33.49 41.48 7.05 -
YUV 159.71 50.85 136.77 -
System Red Green Blue C M Y K H S L
Decimal 172 180 23 0.04 0 0.87 0.29 63.06 0.77 0.4
Hex AC B4 17 4 0 57 1D 3F 4D 28
Octal 254 264 27 4 0 127 35 77 115 50
Binary 10101100 10110100 10111 100 0 1010111 11101 111111 1001101 101000

Color Harmonies of #ACB417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB417

Black with #ACB417

Text Example


Text Example

White with #ACB417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB417; }

 p { color: rgb(172,180,23); }

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

background-color css

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

 a { background-color: rgb(172,180,23); }

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

border-color css

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

 span { border-color: rgb(172,180,23); }

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