Html Css Color HEX #C1CC21 Rio Grande

📋 copy color: '#C1CC21'

red 193 ◦ green 204 ◦ blue 33

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

Shades of Rio Grande #C1CC21

Tints of Rio Grande #C1CC21

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 value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#C1CC21 (or 0xC1CC21) is known color: 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

RGB 193 204 33 -
CMYK 0.05 0 0.84 0.2
HSL 63.86º 0.72% 0.46% -
HSV(B) 63.86º 0.84% 0.8% -
XYZ 43.86 54.63 9.67 -
YUV 181.22 44.36 136.4 -
System Red Green Blue C M Y K H S L
Decimal 193 204 33 0.05 0 0.84 0.2 63.86 0.72 0.46
Hex C1 CC 21 5 0 54 14 40 48 2E
Octal 301 314 41 5 0 124 24 100 110 56
Binary 11000001 11001100 100001 101 0 1010100 10100 1000000 1001000 101110

Color Harmonies of #C1CC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CC21

Black with #C1CC21

Text Example


Text Example

White with #C1CC21

Text Example


Text Example

HTML Codes & Css Web 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>