#c4d402

Color #C4D402 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C4D402

Tints of La Rioja #C4D402

Color information

#C4D402 (or 0xC4D402) is unknown color: approx La Rioja. HEX triplet: C4, D4 and 02. RGB value is (196,212,2). Sum of RGB (Red+Green+Blue) = 196+212+2=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 212 (83.20% from 255 or 51.71% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D402 is #3B2BFD. Grayscale: #B8B8B8. Windows color (decimal): -3877886 or 185540. OLE color: 185540.

HSL color Cylindrical-coordinate representation of color #C4D402: hue angle of 64.57º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4D402 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB1962122-
CMYK0.0800.990.17
HSL64.57º98.13%41.96%-
HSV(B)64.57º99.06%83.14%-
XYZ46.3258.838.97-
YUV183.2825.7137.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.80%
GREEN value IS 212 (83.20% from 255) = 51.71%
BLUE value IS 2 (1.17% from 255) = 0.49%
R=47.80%
G=51.71%
B=0.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal19621220.0800.990.1764.5798.1341.96
HexC4D4280631141622a
Octal30432421001432110114252
Binary1100010011010100101000011000111000110000011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4d402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4d402; }

 p { color: rgb(196,212,2); }

 H1.HeaderClassName
 {
   color: #c4d402;
 }
 .AnyTagClassName
 {
   color: #c4d402;
 }
</style>
background-color css

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

 a { background-color: rgb(196,212,2); }

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

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

 span { border-color: rgb(196,212,2); }

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