Html Css Color HEX #C5CE1E Rio Grande

📋 copy color: '#C5CE1E'

red 197 ◦ green 206 ◦ blue 30

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

Shades of Rio Grande #C5CE1E

Tints of Rio Grande #C5CE1E

RGB

 RED value IS 197 (77.34% from 255) = 45.5%

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

 BLUE value IS 30 (12.11% from 255) = 6.93%

R = 45.5%
G = 47.58%
B = 6.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#C5CE1E (or 0xC5CE1E) is known color: Rio Grande. HEX triplet: C5, CE and 1E. RGB value is (197,206,30). Sum of RGB (Red+Green+Blue) = 197+206+30=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 30 (12.11% from 255 or 6.93% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CE1E is #3A31E1. Grayscale: #B7B7B7. Windows color (decimal): -3813858 or 2019013. OLE color: 2019013.

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

Color convert

RGB 197 206 30 -
CMYK 0.04 0 0.85 0.19
HSL 63.07º 0.75% 0.46% -
HSV(B) 63.07º 0.85% 0.81% -
XYZ 45.33 56.11 9.67 -
YUV 183.25 41.52 137.81 -
System Red Green Blue C M Y K H S L
Decimal 197 206 30 0.04 0 0.85 0.19 63.07 0.75 0.46
Hex C5 CE 1E 4 0 55 13 3F 4B 2E
Octal 305 316 36 4 0 125 23 77 113 56
Binary 11000101 11001110 11110 100 0 1010101 10011 111111 1001011 101110

Color Harmonies of #C5CE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CE1E

Black with #C5CE1E

Text Example


Text Example

White with #C5CE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CE1E; }

 p { color: rgb(197,206,30); }

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

background-color css

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

 a { background-color: rgb(197,206,30); }

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

border-color css

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

 span { border-color: rgb(197,206,30); }

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