Html Css Color HEX #C2CC15 Rio Grande

📋 copy color: '#C2CC15'

red 194 ◦ green 204 ◦ blue 21

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

Shades of Rio Grande #C2CC15

Tints of Rio Grande #C2CC15

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.69%

 BLUE value IS 21 (8.59% from 255) = 5.01%

R = 46.3%
G = 48.69%
B = 5.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#C2CC15 (or 0xC2CC15) is known color: Rio Grande. HEX triplet: C2, CC and 15. RGB value is (194,204,21). Sum of RGB (Red+Green+Blue) = 194+204+21=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CC15 is #3D33EA. Grayscale: #B4B4B4. Windows color (decimal): -4010987 or 1428674. OLE color: 1428674.

HSL color Cylindrical-coordinate representation of color #C2CC15: hue angle of 63.28º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2CC15 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 204 21 -
CMYK 0.05 0 0.90 0.2
HSL 63.28º 0.81% 0.44% -
HSV(B) 63.28º 0.9% 0.8% -
XYZ 43.98 54.71 8.95 -
YUV 180.15 38.19 137.88 -
System Red Green Blue C M Y K H S L
Decimal 194 204 21 0.05 0 0.90 0.2 63.28 0.81 0.44
Hex C2 CC 15 5 0 5A 14 3F 51 2C
Octal 302 314 25 5 0 132 24 77 121 54
Binary 11000010 11001100 10101 101 0 1011010 10100 111111 1010001 101100

Color Harmonies of #C2CC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CC15

Black with #C2CC15

Text Example


Text Example

White with #C2CC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CC15; }

 p { color: rgb(194,204,21); }

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

background-color css

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

 a { background-color: rgb(194,204,21); }

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

border-color css

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

 span { border-color: rgb(194,204,21); }

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