Html Css Color HEX #C4DA16 Rio Grande

📋 copy color: '#C4DA16'

red 196 ◦ green 218 ◦ blue 22

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

Shades of Rio Grande #C4DA16

Tints of Rio Grande #C4DA16

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50%

 BLUE value IS 22 (8.98% from 255) = 5.05%

R = 44.95%
G = 50%
B = 5.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#C4DA16 (or 0xC4DA16) is known color: Rio Grande. HEX triplet: C4, DA and 16. RGB value is (196,218,22). Sum of RGB (Red+Green+Blue) = 196+218+22=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4DA16 is #3B25E9. Grayscale: #BDBDBD. Windows color (decimal): -3876330 or 1497796. OLE color: 1497796.

HSL color Cylindrical-coordinate representation of color #C4DA16: hue angle of 66.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4DA16 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 218 22 -
CMYK 0.10 0 0.90 0.15
HSL 66.73º 0.82% 0.47% -
HSV(B) 66.73º 0.9% 0.85% -
XYZ 47.98 61.94 10.19 -
YUV 189.08 33.71 132.94 -
System Red Green Blue C M Y K H S L
Decimal 196 218 22 0.10 0 0.90 0.15 66.73 0.82 0.47
Hex C4 DA 16 A 0 5A F 43 52 2F
Octal 304 332 26 12 0 132 17 103 122 57
Binary 11000100 11011010 10110 1010 0 1011010 1111 1000011 1010010 101111

Color Harmonies of #C4DA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DA16

Black with #C4DA16

Text Example


Text Example

White with #C4DA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DA16; }

 p { color: rgb(196,218,22); }

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

background-color css

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

 a { background-color: rgb(196,218,22); }

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

border-color css

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

 span { border-color: rgb(196,218,22); }

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