Html Css Color HEX #ACB717 Bahia

📋 copy color: '#ACB717'

red 172 ◦ green 183 ◦ blue 23

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

Shades of Bahia #ACB717

Tints of Bahia #ACB717

RGB

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

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

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

R = 45.5%
G = 48.41%
B = 6.08%

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

#ACB717 (or 0xACB717) is known color: Bahia. HEX triplet: AC, B7 and 17. RGB value is (172,183,23). Sum of RGB (Red+Green+Blue) = 172+183+23=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB717 is #5348E8. Grayscale: #A2A2A2. Windows color (decimal): -5458153 or 1554348. OLE color: 1554348.

HSL color Cylindrical-coordinate representation of color #ACB717: hue angle of 64.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACB717 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 23 -
CMYK 0.06 0 0.87 0.28
HSL 64.13º 0.78% 0.4% -
HSV(B) 64.13º 0.87% 0.72% -
XYZ 34.1 42.7 7.26 -
YUV 161.47 49.86 135.51 -
System Red Green Blue C M Y K H S L
Decimal 172 183 23 0.06 0 0.87 0.28 64.13 0.78 0.4
Hex AC B7 17 6 0 57 1C 40 4E 28
Octal 254 267 27 6 0 127 34 100 116 50
Binary 10101100 10110111 10111 110 0 1010111 11100 1000000 1001110 101000

Color Harmonies of #ACB717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB717

Black with #ACB717

Text Example


Text Example

White with #ACB717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB717; }

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

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

background-color css

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

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

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

border-color css

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

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

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