Html Css Color HEX #C4CE12 Rio Grande

📋 copy color: '#C4CE12'

red 196 ◦ green 206 ◦ blue 18

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

Shades of Rio Grande #C4CE12

Tints of Rio Grande #C4CE12

RGB

 RED value IS 196 (76.95% from 255) = 46.67%

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

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

R = 46.67%
G = 49.05%
B = 4.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#C4CE12 (or 0xC4CE12) is known color: Rio Grande. HEX triplet: C4, CE and 12. RGB value is (196,206,18). Sum of RGB (Red+Green+Blue) = 196+206+18=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CE12 is #3B31ED. Grayscale: #B6B6B6. Windows color (decimal): -3879406 or 1232580. OLE color: 1232580.

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

Color convert

RGB 196 206 18 -
CMYK 0.05 0 0.91 0.19
HSL 63.19º 0.84% 0.44% -
HSV(B) 63.19º 0.91% 0.81% -
XYZ 44.95 55.92 9 -
YUV 181.58 35.69 138.29 -
System Red Green Blue C M Y K H S L
Decimal 196 206 18 0.05 0 0.91 0.19 63.19 0.84 0.44
Hex C4 CE 12 5 0 5B 13 3F 54 2C
Octal 304 316 22 5 0 133 23 77 124 54
Binary 11000100 11001110 10010 101 0 1011011 10011 111111 1010100 101100

Color Harmonies of #C4CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CE12

Black with #C4CE12

Text Example


Text Example

White with #C4CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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