Html Css Color HEX #C2D016 Rio Grande

📋 copy color: '#C2D016'

red 194 ◦ green 208 ◦ blue 22

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

Shades of Rio Grande #C2D016

Tints of Rio Grande #C2D016

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.06%

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

R = 45.75%
G = 49.06%
B = 5.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#C2D016 (or 0xC2D016) is known color: Rio Grande. HEX triplet: C2, D0 and 16. RGB value is (194,208,22). Sum of RGB (Red+Green+Blue) = 194+208+22=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D016 is #3D2FE9. Grayscale: #B7B7B7. Windows color (decimal): -4009962 or 1495234. OLE color: 1495234.

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

Color convert

RGB 194 208 22 -
CMYK 0.07 0 0.89 0.18
HSL 64.52º 0.81% 0.45% -
HSV(B) 64.52º 0.89% 0.82% -
XYZ 44.95 56.64 9.32 -
YUV 182.61 37.36 136.12 -
System Red Green Blue C M Y K H S L
Decimal 194 208 22 0.07 0 0.89 0.18 64.52 0.81 0.45
Hex C2 D0 16 7 0 59 12 41 51 2D
Octal 302 320 26 7 0 131 22 101 121 55
Binary 11000010 11010000 10110 111 0 1011001 10010 1000001 1010001 101101

Color Harmonies of #C2D016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D016

Black with #C2D016

Text Example


Text Example

White with #C2D016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D016; }

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

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

background-color css

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

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

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

border-color css

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

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

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