Html Css Color HEX #C4D20C La Rioja

📋 copy color: '#C4D20C'

red 196 ◦ green 210 ◦ blue 12

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

Shades of La Rioja #C4D20C

Tints of La Rioja #C4D20C

RGB

 RED value IS 196 (76.95% from 255) = 46.89%

 GREEN value IS 210 (82.42% from 255) = 50.24%

 BLUE value IS 12 (5.08% from 255) = 2.87%

R = 46.89%
G = 50.24%
B = 2.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#C4D20C (or 0xC4D20C) is known color: La Rioja. HEX triplet: C4, D2 and 0C. RGB value is (196,210,12). Sum of RGB (Red+Green+Blue) = 196+210+12=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D20C is #3B2DF3. Grayscale: #B8B8B8. Windows color (decimal): -3878388 or 840388. OLE color: 840388.

HSL color Cylindrical-coordinate representation of color #C4D20C: hue angle of 64.24º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4D20C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 210 12 -
CMYK 0.07 0 0.94 0.18
HSL 64.24º 0.89% 0.44% -
HSV(B) 64.24º 0.94% 0.82% -
XYZ 45.88 57.86 9.1 -
YUV 183.24 31.36 137.1 -
System Red Green Blue C M Y K H S L
Decimal 196 210 12 0.07 0 0.94 0.18 64.24 0.89 0.44
Hex C4 D2 C 7 0 5E 12 40 59 2C
Octal 304 322 14 7 0 136 22 100 131 54
Binary 11000100 11010010 1100 111 0 1011110 10010 1000000 1011001 101100

Color Harmonies of #C4D20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D20C

Black with #C4D20C

Text Example


Text Example

White with #C4D20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D20C; }

 p { color: rgb(196,210,12); }

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

background-color css

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

 a { background-color: rgb(196,210,12); }

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

border-color css

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

 span { border-color: rgb(196,210,12); }

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