#C1CC21

Color #C1CC21 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #C1CC21

Tints of Rio Grande #C1CC21

Color information

#C1CC21 (or 0xC1CC21) is unknown color: approx Rio Grande. HEX triplet: C1, CC and 21. RGB value is (193,204,33). Sum of RGB (Red+Green+Blue) = 193+204+33=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CC21 is #3E33DE. Grayscale: #B5B5B5. Windows color (decimal): -4076511 or 2215105. OLE color: 2215105.

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

Color convert

RGB19320433-
CMYK0.0500.840.2
HSL63.86º72.15%46.47%-
HSV(B)63.86º83.82%80%-
XYZ43.8654.639.67-
YUV181.2244.36136.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 204 (80.08% from 255) = 47.44%
BLUE value IS 33 (13.28% from 255) = 7.67%
R=44.88%
G=47.44%
B=7.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal193204330.0500.840.263.8672.1546.47
HexC1CC2150541440482e
Octal30131441501242410011056
Binary1100000111001100100001101010101001010010000001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CC21; }

 p { color: rgb(193,204,33); }

 H1.HeaderClassName
 {
   color: #C1CC21;
 }
 .AnyTagClassName
 {
   color: #C1CC21;
 }
</style>
background-color css

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

 a { background-color: rgb(193,204,33); }

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

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

 span { border-color: rgb(193,204,33); }

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