Html Css Color HEX #C2D516 Rio Grande

📋 copy color: '#C2D516'

red 194 ◦ green 213 ◦ blue 22

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

Shades of Rio Grande #C2D516

Tints of Rio Grande #C2D516

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.65%

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

R = 45.22%
G = 49.65%
B = 5.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#C2D516 (or 0xC2D516) is known color: Rio Grande. HEX triplet: C2, D5 and 16. RGB value is (194,213,22). Sum of RGB (Red+Green+Blue) = 194+213+22=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D516 is #3D2AE9. Grayscale: #BABABA. Windows color (decimal): -4008682 or 1496514. OLE color: 1496514.

HSL color Cylindrical-coordinate representation of color #C2D516: hue angle of 65.97º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2D516 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 213 22 -
CMYK 0.09 0 0.90 0.16
HSL 65.97º 0.81% 0.46% -
HSV(B) 65.97º 0.9% 0.84% -
XYZ 46.19 59.12 9.74 -
YUV 185.55 35.71 134.03 -
System Red Green Blue C M Y K H S L
Decimal 194 213 22 0.09 0 0.90 0.16 65.97 0.81 0.46
Hex C2 D5 16 9 0 5A 10 42 51 2E
Octal 302 325 26 11 0 132 20 102 121 56
Binary 11000010 11010101 10110 1001 0 1011010 10000 1000010 1010001 101110

Color Harmonies of #C2D516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D516

Black with #C2D516

Text Example


Text Example

White with #C2D516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D516; }

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

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

background-color css

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

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

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

border-color css

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

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

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