Html Css Color HEX #ACC702 La Rioja

📋 copy color: '#ACC702'

red 172 ◦ green 199 ◦ blue 2

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

Shades of La Rioja #ACC702

Tints of La Rioja #ACC702

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.35%

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

R = 46.11%
G = 53.35%
B = 0.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#ACC702 (or 0xACC702) is known color: La Rioja. HEX triplet: AC, C7 and 02. RGB value is (172,199,2). Sum of RGB (Red+Green+Blue) = 172+199+2=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 199 (78.12% from 255 or 53.35% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC702 is #5338FD. Grayscale: #A9A9A9. Windows color (decimal): -5454078 or 182188. OLE color: 182188.

HSL color Cylindrical-coordinate representation of color #ACC702: hue angle of 68.22º 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 #ACC702 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 199 2 -
CMYK 0.14 0 0.99 0.22
HSL 68.22º 0.98% 0.39% -
HSV(B) 68.22º 0.99% 0.78% -
XYZ 37.45 49.62 7.66 -
YUV 168.47 34.05 130.52 -
System Red Green Blue C M Y K H S L
Decimal 172 199 2 0.14 0 0.99 0.22 68.22 0.98 0.39
Hex AC C7 2 E 0 63 16 44 62 27
Octal 254 307 2 16 0 143 26 104 142 47
Binary 10101100 11000111 10 1110 0 1100011 10110 1000100 1100010 100111

Color Harmonies of #ACC702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC702

Black with #ACC702

Text Example


Text Example

White with #ACC702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC702; }

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

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

background-color css

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

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

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

border-color css

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

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

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