Html Css Color HEX #C2CC22 Rio Grande

📋 copy color: '#C2CC22'

red 194 ◦ green 204 ◦ blue 34

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

Shades of Rio Grande #C2CC22

Tints of Rio Grande #C2CC22

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.22%

 BLUE value IS 34 (13.67% from 255) = 7.87%

R = 44.91%
G = 47.22%
B = 7.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#C2CC22 (or 0xC2CC22) is known color: Rio Grande. HEX triplet: C2, CC and 22. RGB value is (194,204,34). Sum of RGB (Red+Green+Blue) = 194+204+34=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 34 (13.67% from 255 or 7.87% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CC22 is #3D33DD. Grayscale: #B6B6B6. Windows color (decimal): -4010974 or 2280642. OLE color: 2280642.

HSL color Cylindrical-coordinate representation of color #C2CC22: hue angle of 63.53º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2CC22 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 204 34 -
CMYK 0.05 0 0.83 0.2
HSL 63.53º 0.71% 0.47% -
HSV(B) 63.53º 0.83% 0.8% -
XYZ 44.13 54.77 9.76 -
YUV 181.63 44.69 136.82 -
System Red Green Blue C M Y K H S L
Decimal 194 204 34 0.05 0 0.83 0.2 63.53 0.71 0.47
Hex C2 CC 22 5 0 53 14 40 47 2F
Octal 302 314 42 5 0 123 24 100 107 57
Binary 11000010 11001100 100010 101 0 1010011 10100 1000000 1000111 101111

Color Harmonies of #C2CC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CC22

Black with #C2CC22

Text Example


Text Example

White with #C2CC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CC22; }

 p { color: rgb(194,204,34); }

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

background-color css

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

 a { background-color: rgb(194,204,34); }

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

border-color css

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

 span { border-color: rgb(194,204,34); }

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