Html Css Color HEX #C6D515 Rio Grande

📋 copy color: '#C6D515'

red 198 ◦ green 213 ◦ blue 21

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

Shades of Rio Grande #C6D515

Tints of Rio Grande #C6D515

RGB

 RED value IS 198 (77.73% from 255) = 45.83%

 GREEN value IS 213 (83.59% from 255) = 49.31%

 BLUE value IS 21 (8.59% from 255) = 4.86%

R = 45.83%
G = 49.31%
B = 4.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#C6D515 (or 0xC6D515) is known color: Rio Grande. HEX triplet: C6, D5 and 15. RGB value is (198,213,21). Sum of RGB (Red+Green+Blue) = 198+213+21=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D515 is #392AEA. Grayscale: #BBBBBB. Windows color (decimal): -3746539 or 1430982. OLE color: 1430982.

HSL color Cylindrical-coordinate representation of color #C6D515: hue angle of 64.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6D515 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 213 21 -
CMYK 0.07 0 0.90 0.16
HSL 64.69º 0.82% 0.46% -
HSV(B) 64.69º 0.9% 0.84% -
XYZ 47.22 59.65 9.73 -
YUV 186.63 34.53 136.11 -
System Red Green Blue C M Y K H S L
Decimal 198 213 21 0.07 0 0.90 0.16 64.69 0.82 0.46
Hex C6 D5 15 7 0 5A 10 41 52 2E
Octal 306 325 25 7 0 132 20 101 122 56
Binary 11000110 11010101 10101 111 0 1011010 10000 1000001 1010010 101110

Color Harmonies of #C6D515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D515

Black with #C6D515

Text Example


Text Example

White with #C6D515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D515; }

 p { color: rgb(198,213,21); }

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

background-color css

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

 a { background-color: rgb(198,213,21); }

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

border-color css

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

 span { border-color: rgb(198,213,21); }

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