Html Css Color HEX #C5CE1A Rio Grande

📋 copy color: '#C5CE1A'

red 197 ◦ green 206 ◦ blue 26

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

Shades of Rio Grande #C5CE1A

Tints of Rio Grande #C5CE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.06%

R = 45.92%
G = 48.02%
B = 6.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#C5CE1A (or 0xC5CE1A) is known color: Rio Grande. HEX triplet: C5, CE and 1A. RGB value is (197,206,26). Sum of RGB (Red+Green+Blue) = 197+206+26=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CE1A is #3A31E5. Grayscale: #B7B7B7. Windows color (decimal): -3813862 or 1756869. OLE color: 1756869.

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

Color convert

RGB 197 206 26 -
CMYK 0.04 0 0.87 0.19
HSL 63º 0.78% 0.45% -
HSV(B) 63º 0.87% 0.81% -
XYZ 45.28 56.09 9.42 -
YUV 182.79 39.52 138.14 -
System Red Green Blue C M Y K H S L
Decimal 197 206 26 0.04 0 0.87 0.19 63 0.78 0.45
Hex C5 CE 1A 4 0 57 13 3F 4E 2D
Octal 305 316 32 4 0 127 23 77 116 55
Binary 11000101 11001110 11010 100 0 1010111 10011 111111 1001110 101101

Color Harmonies of #C5CE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CE1A

Black with #C5CE1A

Text Example


Text Example

White with #C5CE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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