Html Css Color HEX #ACC502 La Rioja

📋 copy color: '#ACC502'

red 172 ◦ green 197 ◦ blue 2

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

Shades of La Rioja #ACC502

Tints of La Rioja #ACC502

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.1%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 46.36%
G = 53.1%
B = 0.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#ACC502 (or 0xACC502) is known color: La Rioja. HEX triplet: AC, C5 and 02. RGB value is (172,197,2). Sum of RGB (Red+Green+Blue) = 172+197+2=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC502 is #533AFD. Grayscale: #A8A8A8. Windows color (decimal): -5454590 or 181676. OLE color: 181676.

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

Color convert

RGB 172 197 2 -
CMYK 0.13 0 0.99 0.23
HSL 67.69º 0.98% 0.39% -
HSV(B) 67.69º 0.99% 0.77% -
XYZ 36.99 48.71 7.51 -
YUV 167.3 34.72 131.36 -
System Red Green Blue C M Y K H S L
Decimal 172 197 2 0.13 0 0.99 0.23 67.69 0.98 0.39
Hex AC C5 2 D 0 63 17 44 62 27
Octal 254 305 2 15 0 143 27 104 142 47
Binary 10101100 11000101 10 1101 0 1100011 10111 1000100 1100010 100111

Color Harmonies of #ACC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC502

Black with #ACC502

Text Example


Text Example

White with #ACC502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC502; }

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

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

background-color css

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

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

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

border-color css

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

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

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