Html Css Color HEX #C6D714 Rio Grande

📋 copy color: '#C6D714'

red 198 ◦ green 215 ◦ blue 20

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

Shades of Rio Grande #C6D714

Tints of Rio Grande #C6D714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.65%

 BLUE value IS 20 (8.2% from 255) = 4.62%

R = 45.73%
G = 49.65%
B = 4.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#C6D714 (or 0xC6D714) is known color: Rio Grande. HEX triplet: C6, D7 and 14. RGB value is (198,215,20). Sum of RGB (Red+Green+Blue) = 198+215+20=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D714 is #3928EB. Grayscale: #BCBCBC. Windows color (decimal): -3746028 or 1365958. OLE color: 1365958.

HSL color Cylindrical-coordinate representation of color #C6D714: hue angle of 65.23º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6D714 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 215 20 -
CMYK 0.08 0 0.91 0.16
HSL 65.23º 0.83% 0.46% -
HSV(B) 65.23º 0.91% 0.84% -
XYZ 47.72 60.66 9.85 -
YUV 187.69 33.37 135.36 -
System Red Green Blue C M Y K H S L
Decimal 198 215 20 0.08 0 0.91 0.16 65.23 0.83 0.46
Hex C6 D7 14 8 0 5B 10 41 53 2E
Octal 306 327 24 10 0 133 20 101 123 56
Binary 11000110 11010111 10100 1000 0 1011011 10000 1000001 1010011 101110

Color Harmonies of #C6D714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D714

Black with #C6D714

Text Example


Text Example

White with #C6D714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D714; }

 p { color: rgb(198,215,20); }

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

background-color css

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

 a { background-color: rgb(198,215,20); }

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

border-color css

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

 span { border-color: rgb(198,215,20); }

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