#ACC602

Color #ACC602 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #ACC602

Tints of La Rioja #ACC602

Color information

#ACC602 (or 0xACC602) is unknown color: approx La Rioja. HEX triplet: AC, C6 and 02. RGB value is (172,198,2). Sum of RGB (Red+Green+Blue) = 172+198+2=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 198 (77.73% from 255 or 53.23% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC602 is #5339FD. Grayscale: #A8A8A8. Windows color (decimal): -5454334 or 181932. OLE color: 181932.

HSL color Cylindrical-coordinate representation of color #ACC602: hue angle of 67.96º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACC602 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB1721982-
CMYK0.1300.990.22
HSL67.96º98%39.22%-
HSV(B)67.96º98.99%77.65%-
XYZ37.2249.167.59-
YUV167.8834.39130.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.24%
GREEN value IS 198 (77.73% from 255) = 53.23%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=46.24%
G=53.23%
B=0.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17219820.1300.990.2267.969839.22
HexACC62D06316446227
Octal25430621501432610414247
Binary1010110011000110101101011000111011010001001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC602; }

 p { color: rgb(172,198,2); }

 H1.HeaderClassName
 {
   color: #ACC602;
 }
 .AnyTagClassName
 {
   color: #ACC602;
 }
</style>
background-color css

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

 a { background-color: rgb(172,198,2); }

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

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

 span { border-color: rgb(172,198,2); }

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