Html Css Color HEX #C4D210 Rio Grande

📋 copy color: '#C4D210'

red 196 ◦ green 210 ◦ blue 16

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

Shades of Rio Grande #C4D210

Tints of Rio Grande #C4D210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.79%

R = 46.45%
G = 49.76%
B = 3.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#C4D210 (or 0xC4D210) is known color: Rio Grande. HEX triplet: C4, D2 and 10. RGB value is (196,210,16). Sum of RGB (Red+Green+Blue) = 196+210+16=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D210 is #3B2DEF. Grayscale: #B8B8B8. Windows color (decimal): -3878384 or 1102532. OLE color: 1102532.

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

Color convert

RGB 196 210 16 -
CMYK 0.07 0 0.92 0.18
HSL 64.33º 0.86% 0.44% -
HSV(B) 64.33º 0.92% 0.82% -
XYZ 45.91 57.87 9.24 -
YUV 183.7 33.36 136.77 -
System Red Green Blue C M Y K H S L
Decimal 196 210 16 0.07 0 0.92 0.18 64.33 0.86 0.44
Hex C4 D2 10 7 0 5C 12 40 56 2C
Octal 304 322 20 7 0 134 22 100 126 54
Binary 11000100 11010010 10000 111 0 1011100 10010 1000000 1010110 101100

Color Harmonies of #C4D210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D210

Black with #C4D210

Text Example


Text Example

White with #C4D210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D210; }

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

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

background-color css

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

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

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

border-color css

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

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

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