Html Css Color HEX #ACB617 Bahia

📋 copy color: '#ACB617'

red 172 ◦ green 182 ◦ blue 23

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

Shades of Bahia #ACB617

Tints of Bahia #ACB617

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.28%

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

R = 45.62%
G = 48.28%
B = 6.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#ACB617 (or 0xACB617) is known color: Bahia. HEX triplet: AC, B6 and 17. RGB value is (172,182,23). Sum of RGB (Red+Green+Blue) = 172+182+23=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB617 is #5349E8. Grayscale: #A1A1A1. Windows color (decimal): -5458409 or 1554092. OLE color: 1554092.

HSL color Cylindrical-coordinate representation of color #ACB617: hue angle of 63.77º degrees, saturation: 0.78, 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 #ACB617 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 23 -
CMYK 0.05 0 0.87 0.29
HSL 63.77º 0.78% 0.4% -
HSV(B) 63.77º 0.87% 0.71% -
XYZ 33.9 42.29 7.19 -
YUV 160.88 50.19 135.93 -
System Red Green Blue C M Y K H S L
Decimal 172 182 23 0.05 0 0.87 0.29 63.77 0.78 0.4
Hex AC B6 17 5 0 57 1D 40 4E 28
Octal 254 266 27 5 0 127 35 100 116 50
Binary 10101100 10110110 10111 101 0 1010111 11101 1000000 1001110 101000

Color Harmonies of #ACB617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB617

Black with #ACB617

Text Example


Text Example

White with #ACB617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB617; }

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

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

background-color css

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

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

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

border-color css

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

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

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