Html Css Color HEX #C0CE1C Rio Grande

📋 copy color: '#C0CE1C'

red 192 ◦ green 206 ◦ blue 28

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

Shades of Rio Grande #C0CE1C

Tints of Rio Grande #C0CE1C

RGB

 RED value IS 192 (75.39% from 255) = 45.07%

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

 BLUE value IS 28 (11.33% from 255) = 6.57%

R = 45.07%
G = 48.36%
B = 6.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#C0CE1C (or 0xC0CE1C) is known color: Rio Grande. HEX triplet: C0, CE and 1C. RGB value is (192,206,28). Sum of RGB (Red+Green+Blue) = 192+206+28=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CE1C is #3F31E3. Grayscale: #B6B6B6. Windows color (decimal): -4141540 or 1887936. OLE color: 1887936.

HSL color Cylindrical-coordinate representation of color #C0CE1C: hue angle of 64.72º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0CE1C is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 206 28 -
CMYK 0.07 0 0.86 0.19
HSL 64.72º 0.76% 0.46% -
HSV(B) 64.72º 0.86% 0.81% -
XYZ 44.02 55.43 9.48 -
YUV 181.52 41.36 135.47 -
System Red Green Blue C M Y K H S L
Decimal 192 206 28 0.07 0 0.86 0.19 64.72 0.76 0.46
Hex C0 CE 1C 7 0 56 13 41 4C 2E
Octal 300 316 34 7 0 126 23 101 114 56
Binary 11000000 11001110 11100 111 0 1010110 10011 1000001 1001100 101110

Color Harmonies of #C0CE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CE1C

Black with #C0CE1C

Text Example


Text Example

White with #C0CE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CE1C; }

 p { color: rgb(192,206,28); }

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

background-color css

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

 a { background-color: rgb(192,206,28); }

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

border-color css

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

 span { border-color: rgb(192,206,28); }

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