Html Css Color HEX #C2CE12 Rio Grande

📋 copy color: '#C2CE12'

red 194 ◦ green 206 ◦ blue 18

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

Shades of Rio Grande #C2CE12

Tints of Rio Grande #C2CE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.31%

R = 46.41%
G = 49.28%
B = 4.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#C2CE12 (or 0xC2CE12) is known color: Rio Grande. HEX triplet: C2, CE and 12. RGB value is (194,206,18). Sum of RGB (Red+Green+Blue) = 194+206+18=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CE12 is #3D31ED. Grayscale: #B5B5B5. Windows color (decimal): -4010478 or 1232578. OLE color: 1232578.

HSL color Cylindrical-coordinate representation of color #C2CE12: hue angle of 63.83º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2CE12 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 206 18 -
CMYK 0.06 0 0.91 0.19
HSL 63.83º 0.84% 0.44% -
HSV(B) 63.83º 0.91% 0.81% -
XYZ 44.43 55.66 8.97 -
YUV 180.98 36.02 137.29 -
System Red Green Blue C M Y K H S L
Decimal 194 206 18 0.06 0 0.91 0.19 63.83 0.84 0.44
Hex C2 CE 12 6 0 5B 13 40 54 2C
Octal 302 316 22 6 0 133 23 100 124 54
Binary 11000010 11001110 10010 110 0 1011011 10011 1000000 1010100 101100

Color Harmonies of #C2CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CE12

Black with #C2CE12

Text Example


Text Example

White with #C2CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CE12; }

 p { color: rgb(194,206,18); }

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

background-color css

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

 a { background-color: rgb(194,206,18); }

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

border-color css

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

 span { border-color: rgb(194,206,18); }

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