Html Css Color HEX #C2CE21 Rio Grande

📋 copy color: '#C2CE21'

red 194 ◦ green 206 ◦ blue 33

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

Shades of Rio Grande #C2CE21

Tints of Rio Grande #C2CE21

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.58%

 BLUE value IS 33 (13.28% from 255) = 7.62%

R = 44.8%
G = 47.58%
B = 7.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#C2CE21 (or 0xC2CE21) is known color: Rio Grande. HEX triplet: C2, CE and 21. RGB value is (194,206,33). Sum of RGB (Red+Green+Blue) = 194+206+33=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CE21 is #3D31DE. Grayscale: #B7B7B7. Windows color (decimal): -4010463 or 2215618. OLE color: 2215618.

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

Color convert

RGB 194 206 33 -
CMYK 0.06 0 0.84 0.19
HSL 64.16º 0.72% 0.47% -
HSV(B) 64.16º 0.84% 0.81% -
XYZ 44.59 55.72 9.84 -
YUV 182.69 43.52 136.07 -
System Red Green Blue C M Y K H S L
Decimal 194 206 33 0.06 0 0.84 0.19 64.16 0.72 0.47
Hex C2 CE 21 6 0 54 13 40 48 2F
Octal 302 316 41 6 0 124 23 100 110 57
Binary 11000010 11001110 100001 110 0 1010100 10011 1000000 1001000 101111

Color Harmonies of #C2CE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CE21

Black with #C2CE21

Text Example


Text Example

White with #C2CE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CE21; }

 p { color: rgb(194,206,33); }

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

background-color css

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

 a { background-color: rgb(194,206,33); }

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

border-color css

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

 span { border-color: rgb(194,206,33); }

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