Html Css Color HEX #ACC317 Bahia

📋 copy color: '#ACC317'

red 172 ◦ green 195 ◦ blue 23

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

Shades of Bahia #ACC317

Tints of Bahia #ACC317

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50%

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

R = 44.1%
G = 50%
B = 5.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#ACC317 (or 0xACC317) is known color: Bahia. HEX triplet: AC, C3 and 17. RGB value is (172,195,23). Sum of RGB (Red+Green+Blue) = 172+195+23=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC317 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC317 is #533CE8. Grayscale: #A9A9A9. Windows color (decimal): -5455081 or 1557420. OLE color: 1557420.

HSL color Cylindrical-coordinate representation of color #ACC317: hue angle of 68.02º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACC317 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 195 23 -
CMYK 0.12 0 0.88 0.24
HSL 68.02º 0.79% 0.43% -
HSV(B) 68.02º 0.88% 0.76% -
XYZ 36.68 47.86 8.12 -
YUV 168.52 45.88 130.49 -
System Red Green Blue C M Y K H S L
Decimal 172 195 23 0.12 0 0.88 0.24 68.02 0.79 0.43
Hex AC C3 17 C 0 58 18 44 4F 2B
Octal 254 303 27 14 0 130 30 104 117 53
Binary 10101100 11000011 10111 1100 0 1011000 11000 1000100 1001111 101011

Color Harmonies of #ACC317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC317

Black with #ACC317

Text Example


Text Example

White with #ACC317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC317; }

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

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

background-color css

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

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

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

border-color css

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

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

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