Html Css Color HEX #C2D816 Rio Grande

📋 copy color: '#C2D816'

red 194 ◦ green 216 ◦ blue 22

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

Shades of Rio Grande #C2D816

Tints of Rio Grande #C2D816

RGB

 RED value IS 194 (76.17% from 255) = 44.91%

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

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

R = 44.91%
G = 50%
B = 5.09%

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

#C2D816 (or 0xC2D816) is known color: Rio Grande. HEX triplet: C2, D8 and 16. RGB value is (194,216,22). Sum of RGB (Red+Green+Blue) = 194+216+22=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D816 is #3D27E9. Grayscale: #BCBCBC. Windows color (decimal): -4007914 or 1497282. OLE color: 1497282.

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

Color convert

RGB 194 216 22 -
CMYK 0.10 0 0.90 0.15
HSL 66.8º 0.82% 0.47% -
HSV(B) 66.8º 0.9% 0.85% -
XYZ 46.95 60.64 9.99 -
YUV 187.31 34.71 132.77 -
System Red Green Blue C M Y K H S L
Decimal 194 216 22 0.10 0 0.90 0.15 66.8 0.82 0.47
Hex C2 D8 16 A 0 5A F 43 52 2F
Octal 302 330 26 12 0 132 17 103 122 57
Binary 11000010 11011000 10110 1010 0 1011010 1111 1000011 1010010 101111

Color Harmonies of #C2D816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D816

Black with #C2D816

Text Example


Text Example

White with #C2D816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D816; }

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

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

background-color css

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

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

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

border-color css

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

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

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