Html Css Color HEX #C2CC13 Rio Grande

📋 copy color: '#C2CC13'

red 194 ◦ green 204 ◦ blue 19

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

Shades of Rio Grande #C2CC13

Tints of Rio Grande #C2CC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.56%

R = 46.52%
G = 48.92%
B = 4.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#C2CC13 (or 0xC2CC13) is known color: Rio Grande. HEX triplet: C2, CC and 13. RGB value is (194,204,19). Sum of RGB (Red+Green+Blue) = 194+204+19=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 19 (7.81% from 255 or 4.56% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CC13 is #3D33EC. Grayscale: #B4B4B4. Windows color (decimal): -4010989 or 1297602. OLE color: 1297602.

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

Color convert

RGB 194 204 19 -
CMYK 0.05 0 0.91 0.2
HSL 63.24º 0.83% 0.44% -
HSV(B) 63.24º 0.91% 0.8% -
XYZ 43.96 54.7 8.86 -
YUV 179.92 37.19 138.04 -
System Red Green Blue C M Y K H S L
Decimal 194 204 19 0.05 0 0.91 0.2 63.24 0.83 0.44
Hex C2 CC 13 5 0 5B 14 3F 53 2C
Octal 302 314 23 5 0 133 24 77 123 54
Binary 11000010 11001100 10011 101 0 1011011 10100 111111 1010011 101100

Color Harmonies of #C2CC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CC13

Black with #C2CC13

Text Example


Text Example

White with #C2CC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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