Html Css Color HEX #C4D21C Rio Grande

📋 copy color: '#C4D21C'

red 196 ◦ green 210 ◦ blue 28

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

Shades of Rio Grande #C4D21C

Tints of Rio Grande #C4D21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.45%

R = 45.16%
G = 48.39%
B = 6.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#C4D21C (or 0xC4D21C) is known color: Rio Grande. HEX triplet: C4, D2 and 1C. RGB value is (196,210,28). Sum of RGB (Red+Green+Blue) = 196+210+28=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D21C is #3B2DE3. Grayscale: #B9B9B9. Windows color (decimal): -3878372 or 1888964. OLE color: 1888964.

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

Color convert

RGB 196 210 28 -
CMYK 0.07 0 0.87 0.18
HSL 64.62º 0.76% 0.47% -
HSV(B) 64.62º 0.87% 0.82% -
XYZ 46.02 57.91 9.85 -
YUV 185.07 39.36 135.8 -
System Red Green Blue C M Y K H S L
Decimal 196 210 28 0.07 0 0.87 0.18 64.62 0.76 0.47
Hex C4 D2 1C 7 0 57 12 41 4C 2F
Octal 304 322 34 7 0 127 22 101 114 57
Binary 11000100 11010010 11100 111 0 1010111 10010 1000001 1001100 101111

Color Harmonies of #C4D21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D21C

Black with #C4D21C

Text Example


Text Example

White with #C4D21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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