Html Css Color HEX #ACC408 La Rioja

📋 copy color: '#ACC408'

red 172 ◦ green 196 ◦ blue 8

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

Shades of La Rioja #ACC408

Tints of La Rioja #ACC408

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.13%

 BLUE value IS 8 (3.52% from 255) = 2.13%

R = 45.74%
G = 52.13%
B = 2.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#ACC408 (or 0xACC408) is known color: La Rioja. HEX triplet: AC, C4 and 08. RGB value is (172,196,8). Sum of RGB (Red+Green+Blue) = 172+196+8=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC408 is #533BF7. Grayscale: #A8A8A8. Windows color (decimal): -5454840 or 574636. OLE color: 574636.

HSL color Cylindrical-coordinate representation of color #ACC408: hue angle of 67.66º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACC408 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 8 -
CMYK 0.12 0 0.96 0.23
HSL 67.66º 0.92% 0.4% -
HSV(B) 67.66º 0.96% 0.77% -
XYZ 36.8 48.27 7.61 -
YUV 167.39 38.05 131.29 -
System Red Green Blue C M Y K H S L
Decimal 172 196 8 0.12 0 0.96 0.23 67.66 0.92 0.4
Hex AC C4 8 C 0 60 17 44 5C 28
Octal 254 304 10 14 0 140 27 104 134 50
Binary 10101100 11000100 1000 1100 0 1100000 10111 1000100 1011100 101000

Color Harmonies of #ACC408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC408

Black with #ACC408

Text Example


Text Example

White with #ACC408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC408; }

 p { color: rgb(172,196,8); }

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

background-color css

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

 a { background-color: rgb(172,196,8); }

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

border-color css

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

 span { border-color: rgb(172,196,8); }

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