Html Css Color HEX #C2CE14 Rio Grande

📋 copy color: '#C2CE14'

red 194 ◦ green 206 ◦ blue 20

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

Shades of Rio Grande #C2CE14

Tints of Rio Grande #C2CE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.76%

R = 46.19%
G = 49.05%
B = 4.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#C2CE14 (or 0xC2CE14) is known color: Rio Grande. HEX triplet: C2, CE and 14. RGB value is (194,206,20). Sum of RGB (Red+Green+Blue) = 194+206+20=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CE14 is #3D31EB. Grayscale: #B5B5B5. Windows color (decimal): -4010476 or 1363650. OLE color: 1363650.

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

Color convert

RGB 194 206 20 -
CMYK 0.06 0 0.90 0.19
HSL 63.87º 0.82% 0.44% -
HSV(B) 63.87º 0.9% 0.81% -
XYZ 44.45 55.66 9.06 -
YUV 181.21 37.02 137.12 -
System Red Green Blue C M Y K H S L
Decimal 194 206 20 0.06 0 0.90 0.19 63.87 0.82 0.44
Hex C2 CE 14 6 0 5A 13 40 52 2C
Octal 302 316 24 6 0 132 23 100 122 54
Binary 11000010 11001110 10100 110 0 1011010 10011 1000000 1010010 101100

Color Harmonies of #C2CE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CE14

Black with #C2CE14

Text Example


Text Example

White with #C2CE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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