Html Css Color HEX #ACC701 La Rioja

📋 copy color: '#ACC701'

red 172 ◦ green 199 ◦ blue 1

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

Shades of La Rioja #ACC701

Tints of La Rioja #ACC701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 46.24%
G = 53.49%
B = 0.27%

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

#ACC701 (or 0xACC701) is known color: La Rioja. HEX triplet: AC, C7 and 01. RGB value is (172,199,1). Sum of RGB (Red+Green+Blue) = 172+199+1=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 199 (78.12% from 255 or 53.49% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC701 is #5338FE. Grayscale: #A9A9A9. Windows color (decimal): -5454079 or 116652. OLE color: 116652.

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

Color convert

RGB 172 199 1 -
CMYK 0.14 0 0.99 0.22
HSL 68.18º 0.99% 0.39% -
HSV(B) 68.18º 0.99% 0.78% -
XYZ 37.44 49.62 7.63 -
YUV 168.36 33.55 130.6 -
System Red Green Blue C M Y K H S L
Decimal 172 199 1 0.14 0 0.99 0.22 68.18 0.99 0.39
Hex AC C7 1 E 0 63 16 44 63 27
Octal 254 307 1 16 0 143 26 104 143 47
Binary 10101100 11000111 1 1110 0 1100011 10110 1000100 1100011 100111

Color Harmonies of #ACC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC701

Black with #ACC701

Text Example


Text Example

White with #ACC701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC701; }

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

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

background-color css

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

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

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

border-color css

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

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

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