Html Css Color HEX #C3CE20 Rio Grande

📋 copy color: '#C3CE20'

red 195 ◦ green 206 ◦ blue 32

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

Shades of Rio Grande #C3CE20

Tints of Rio Grande #C3CE20

RGB

 RED value IS 195 (76.56% from 255) = 45.03%

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

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

R = 45.03%
G = 47.58%
B = 7.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#C3CE20 (or 0xC3CE20) is known color: Rio Grande. HEX triplet: C3, CE and 20. RGB value is (195,206,32). Sum of RGB (Red+Green+Blue) = 195+206+32=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CE20 is #3C31DF. Grayscale: #B7B7B7. Windows color (decimal): -3944928 or 2150083. OLE color: 2150083.

HSL color Cylindrical-coordinate representation of color #C3CE20: hue angle of 63.79º degrees, saturation: 0.73, 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 #C3CE20 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 206 32 -
CMYK 0.05 0 0.84 0.19
HSL 63.79º 0.73% 0.47% -
HSV(B) 63.79º 0.84% 0.81% -
XYZ 44.84 55.85 9.78 -
YUV 182.88 42.86 136.65 -
System Red Green Blue C M Y K H S L
Decimal 195 206 32 0.05 0 0.84 0.19 63.79 0.73 0.47
Hex C3 CE 20 5 0 54 13 40 49 2F
Octal 303 316 40 5 0 124 23 100 111 57
Binary 11000011 11001110 100000 101 0 1010100 10011 1000000 1001001 101111

Color Harmonies of #C3CE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CE20

Black with #C3CE20

Text Example


Text Example

White with #C3CE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CE20; }

 p { color: rgb(195,206,32); }

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

background-color css

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

 a { background-color: rgb(195,206,32); }

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

border-color css

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

 span { border-color: rgb(195,206,32); }

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