Html Css Color HEX #C2CF20 Rio Grande

📋 copy color: '#C2CF20'

red 194 ◦ green 207 ◦ blue 32

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

Shades of Rio Grande #C2CF20

Tints of Rio Grande #C2CF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.81%

 BLUE value IS 32 (12.89% from 255) = 7.39%

R = 44.8%
G = 47.81%
B = 7.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#C2CF20 (or 0xC2CF20) is known color: Rio Grande. HEX triplet: C2, CF and 20. RGB value is (194,207,32). Sum of RGB (Red+Green+Blue) = 194+207+32=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CF20 is #3D30DF. Grayscale: #B7B7B7. Windows color (decimal): -4010208 or 2150338. OLE color: 2150338.

HSL color Cylindrical-coordinate representation of color #C2CF20: hue angle of 64.46º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2CF20 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 207 32 -
CMYK 0.06 0 0.85 0.19
HSL 64.46º 0.73% 0.47% -
HSV(B) 64.46º 0.85% 0.81% -
XYZ 44.82 56.2 9.85 -
YUV 183.16 42.69 135.73 -
System Red Green Blue C M Y K H S L
Decimal 194 207 32 0.06 0 0.85 0.19 64.46 0.73 0.47
Hex C2 CF 20 6 0 55 13 40 49 2F
Octal 302 317 40 6 0 125 23 100 111 57
Binary 11000010 11001111 100000 110 0 1010101 10011 1000000 1001001 101111

Color Harmonies of #C2CF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CF20

Black with #C2CF20

Text Example


Text Example

White with #C2CF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CF20; }

 p { color: rgb(194,207,32); }

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

background-color css

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

 a { background-color: rgb(194,207,32); }

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

border-color css

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

 span { border-color: rgb(194,207,32); }

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