Html Css Color HEX #ACC405 La Rioja

📋 copy color: '#ACC405'

red 172 ◦ green 196 ◦ blue 5

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

Shades of La Rioja #ACC405

Tints of La Rioja #ACC405

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.55%

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

R = 46.11%
G = 52.55%
B = 1.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#ACC405 (or 0xACC405) is known color: La Rioja. HEX triplet: AC, C4 and 05. RGB value is (172,196,5). Sum of RGB (Red+Green+Blue) = 172+196+5=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC405 is #533BFA. Grayscale: #A7A7A7. Windows color (decimal): -5454843 or 378028. OLE color: 378028.

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

Color convert

RGB 172 196 5 -
CMYK 0.12 0 0.97 0.23
HSL 67.54º 0.95% 0.39% -
HSV(B) 67.54º 0.97% 0.77% -
XYZ 36.78 48.26 7.52 -
YUV 167.05 36.55 131.53 -
System Red Green Blue C M Y K H S L
Decimal 172 196 5 0.12 0 0.97 0.23 67.54 0.95 0.39
Hex AC C4 5 C 0 61 17 44 5F 27
Octal 254 304 5 14 0 141 27 104 137 47
Binary 10101100 11000100 101 1100 0 1100001 10111 1000100 1011111 100111

Color Harmonies of #ACC405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC405

Black with #ACC405

Text Example


Text Example

White with #ACC405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC405; }

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

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

background-color css

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

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

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

border-color css

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

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

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