Html Css Color HEX #C5CC1E Rio Grande

📋 copy color: '#C5CC1E'

red 197 ◦ green 204 ◦ blue 30

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

Shades of Rio Grande #C5CC1E

Tints of Rio Grande #C5CC1E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.33%

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

R = 45.71%
G = 47.33%
B = 6.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#C5CC1E (or 0xC5CC1E) is known color: Rio Grande. HEX triplet: C5, CC and 1E. RGB value is (197,204,30). Sum of RGB (Red+Green+Blue) = 197+204+30=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CC1E is #3A33E1. Grayscale: #B6B6B6. Windows color (decimal): -3814370 or 2018501. OLE color: 2018501.

HSL color Cylindrical-coordinate representation of color #C5CC1E: hue angle of 62.41º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5CC1E is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 204 30 -
CMYK 0.03 0 0.85 0.2
HSL 62.41º 0.74% 0.46% -
HSV(B) 62.41º 0.85% 0.8% -
XYZ 44.85 55.15 9.51 -
YUV 182.07 42.18 138.65 -
System Red Green Blue C M Y K H S L
Decimal 197 204 30 0.03 0 0.85 0.2 62.41 0.74 0.46
Hex C5 CC 1E 3 0 55 14 3E 4A 2E
Octal 305 314 36 3 0 125 24 76 112 56
Binary 11000101 11001100 11110 11 0 1010101 10100 111110 1001010 101110

Color Harmonies of #C5CC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CC1E

Black with #C5CC1E

Text Example


Text Example

White with #C5CC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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