Html Css Color HEX #ACC505 La Rioja

📋 copy color: '#ACC505'

red 172 ◦ green 197 ◦ blue 5

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

Shades of La Rioja #ACC505

Tints of La Rioja #ACC505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 45.99%
G = 52.67%
B = 1.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#ACC505 (or 0xACC505) is known color: La Rioja. HEX triplet: AC, C5 and 05. RGB value is (172,197,5). Sum of RGB (Red+Green+Blue) = 172+197+5=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC505 is #533AFA. Grayscale: #A8A8A8. Windows color (decimal): -5454587 or 378284. OLE color: 378284.

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

Color convert

RGB 172 197 5 -
CMYK 0.13 0 0.97 0.23
HSL 67.81º 0.95% 0.4% -
HSV(B) 67.81º 0.97% 0.77% -
XYZ 37.01 48.71 7.6 -
YUV 167.64 36.22 131.11 -
System Red Green Blue C M Y K H S L
Decimal 172 197 5 0.13 0 0.97 0.23 67.81 0.95 0.4
Hex AC C5 5 D 0 61 17 44 5F 28
Octal 254 305 5 15 0 141 27 104 137 50
Binary 10101100 11000101 101 1101 0 1100001 10111 1000100 1011111 101000

Color Harmonies of #ACC505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC505

Black with #ACC505

Text Example


Text Example

White with #ACC505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC505; }

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

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

background-color css

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

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

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

border-color css

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

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

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