Html Css Color HEX #C1CE12 Rio Grande

📋 copy color: '#C1CE12'

red 193 ◦ green 206 ◦ blue 18

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

Shades of Rio Grande #C1CE12

Tints of Rio Grande #C1CE12

RGB

 RED value IS 193 (75.78% from 255) = 46.28%

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

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

R = 46.28%
G = 49.4%
B = 4.32%

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

#C1CE12 (or 0xC1CE12) is known color: Rio Grande. HEX triplet: C1, CE and 12. RGB value is (193,206,18). Sum of RGB (Red+Green+Blue) = 193+206+18=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CE12 is #3E31ED. Grayscale: #B5B5B5. Windows color (decimal): -4076014 or 1232577. OLE color: 1232577.

HSL color Cylindrical-coordinate representation of color #C1CE12: hue angle of 64.15º 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 #C1CE12 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 206 18 -
CMYK 0.06 0 0.91 0.19
HSL 64.15º 0.84% 0.44% -
HSV(B) 64.15º 0.91% 0.81% -
XYZ 44.17 55.52 8.96 -
YUV 180.68 36.19 136.79 -
System Red Green Blue C M Y K H S L
Decimal 193 206 18 0.06 0 0.91 0.19 64.15 0.84 0.44
Hex C1 CE 12 6 0 5B 13 40 54 2C
Octal 301 316 22 6 0 133 23 100 124 54
Binary 11000001 11001110 10010 110 0 1011011 10011 1000000 1010100 101100

Color Harmonies of #C1CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CE12

Black with #C1CE12

Text Example


Text Example

White with #C1CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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