Html Css Color HEX #ACC804 La Rioja

📋 copy color: '#ACC804'

red 172 ◦ green 200 ◦ blue 4

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

Shades of La Rioja #ACC804

Tints of La Rioja #ACC804

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.19%

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 45.74%
G = 53.19%
B = 1.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#ACC804 (or 0xACC804) is known color: La Rioja. HEX triplet: AC, C8 and 04. RGB value is (172,200,4). Sum of RGB (Red+Green+Blue) = 172+200+4=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC804 is #5337FB. Grayscale: #AAAAAA. Windows color (decimal): -5453820 or 313516. OLE color: 313516.

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

Color convert

RGB 172 200 4 -
CMYK 0.14 0 0.98 0.22
HSL 68.57º 0.96% 0.4% -
HSV(B) 68.57º 0.98% 0.78% -
XYZ 37.69 50.09 7.8 -
YUV 169.28 34.72 129.94 -
System Red Green Blue C M Y K H S L
Decimal 172 200 4 0.14 0 0.98 0.22 68.57 0.96 0.4
Hex AC C8 4 E 0 62 16 45 60 28
Octal 254 310 4 16 0 142 26 105 140 50
Binary 10101100 11001000 100 1110 0 1100010 10110 1000101 1100000 101000

Color Harmonies of #ACC804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC804

Black with #ACC804

Text Example


Text Example

White with #ACC804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC804; }

 p { color: rgb(172,200,4); }

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

background-color css

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

 a { background-color: rgb(172,200,4); }

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

border-color css

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

 span { border-color: rgb(172,200,4); }

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