Html Css Color HEX #C4D816 Rio Grande

📋 copy color: '#C4D816'

red 196 ◦ green 216 ◦ blue 22

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

Shades of Rio Grande #C4D816

Tints of Rio Grande #C4D816

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.77%

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

R = 45.16%
G = 49.77%
B = 5.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#C4D816 (or 0xC4D816) is known color: Rio Grande. HEX triplet: C4, D8 and 16. RGB value is (196,216,22). Sum of RGB (Red+Green+Blue) = 196+216+22=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D816 is #3B27E9. Grayscale: #BCBCBC. Windows color (decimal): -3876842 or 1497284. OLE color: 1497284.

HSL color Cylindrical-coordinate representation of color #C4D816: hue angle of 66.19º 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 #C4D816 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 216 22 -
CMYK 0.09 0 0.90 0.15
HSL 66.19º 0.82% 0.47% -
HSV(B) 66.19º 0.9% 0.85% -
XYZ 47.47 60.91 10.01 -
YUV 187.9 34.37 133.77 -
System Red Green Blue C M Y K H S L
Decimal 196 216 22 0.09 0 0.90 0.15 66.19 0.82 0.47
Hex C4 D8 16 9 0 5A F 42 52 2F
Octal 304 330 26 11 0 132 17 102 122 57
Binary 11000100 11011000 10110 1001 0 1011010 1111 1000010 1010010 101111

Color Harmonies of #C4D816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D816

Black with #C4D816

Text Example


Text Example

White with #C4D816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D816; }

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

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

background-color css

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

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

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

border-color css

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

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

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