Html Css Color HEX #ACC602 La Rioja

📋 copy color: '#ACC602'

red 172 ◦ green 198 ◦ blue 2

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

Shades of La Rioja #ACC602

Tints of La Rioja #ACC602

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 value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#ACC602 (or 0xACC602) is known color: 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

RGB 172 198 2 -
CMYK 0.13 0 0.99 0.22
HSL 67.96º 0.98% 0.39% -
HSV(B) 67.96º 0.99% 0.78% -
XYZ 37.22 49.16 7.59 -
YUV 167.88 34.39 130.94 -
System Red Green Blue C M Y K H S L
Decimal 172 198 2 0.13 0 0.99 0.22 67.96 0.98 0.39
Hex AC C6 2 D 0 63 16 44 62 27
Octal 254 306 2 15 0 143 26 104 142 47
Binary 10101100 11000110 10 1101 0 1100011 10110 1000100 1100010 100111

Color Harmonies of #ACC602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC602

Black with #ACC602

Text Example


Text Example

White with #ACC602

Text Example


Text Example

HTML Codes & Css Web 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>