Html Css Color HEX #ACC717 Bahia

📋 copy color: '#ACC717'

red 172 ◦ green 199 ◦ blue 23

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

Shades of Bahia #ACC717

Tints of Bahia #ACC717

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.51%

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

R = 43.65%
G = 50.51%
B = 5.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#ACC717 (or 0xACC717) is known color: Bahia. HEX triplet: AC, C7 and 17. RGB value is (172,199,23). Sum of RGB (Red+Green+Blue) = 172+199+23=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC717 is #5338E8. Grayscale: #ABABAB. Windows color (decimal): -5454057 or 1558444. OLE color: 1558444.

HSL color Cylindrical-coordinate representation of color #ACC717: hue angle of 69.2º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACC717 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 199 23 -
CMYK 0.14 0 0.88 0.22
HSL 69.2º 0.79% 0.44% -
HSV(B) 69.2º 0.88% 0.78% -
XYZ 37.59 49.68 8.42 -
YUV 170.86 44.55 128.81 -
System Red Green Blue C M Y K H S L
Decimal 172 199 23 0.14 0 0.88 0.22 69.2 0.79 0.44
Hex AC C7 17 E 0 58 16 45 4F 2C
Octal 254 307 27 16 0 130 26 105 117 54
Binary 10101100 11000111 10111 1110 0 1011000 10110 1000101 1001111 101100

Color Harmonies of #ACC717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC717

Black with #ACC717

Text Example


Text Example

White with #ACC717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC717; }

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

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

background-color css

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

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

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

border-color css

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

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

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