Html Css Color HEX #C6DA95 Sprout

📋 copy color: '#C6DA95'

red 198 ◦ green 218 ◦ blue 149

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

Shades of Sprout #C6DA95

Tints of Sprout #C6DA95

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.58%

 BLUE value IS 149 (58.59% from 255) = 26.37%

R = 35.04%
G = 38.58%
B = 26.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#C6DA95 (or 0xC6DA95) is known color: Sprout. HEX triplet: C6, DA and 95. RGB value is (198,218,149). Sum of RGB (Red+Green+Blue) = 198+218+149=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DA95 is #39256A. Grayscale: #CCCCCC. Windows color (decimal): -3745131 or 9820870. OLE color: 9820870.

HSL color Cylindrical-coordinate representation of color #C6DA95: hue angle of 77.39º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6DA95 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 218 149 -
CMYK 0.09 0 0.32 0.15
HSL 77.39º 0.48% 0.72% -
HSV(B) 77.39º 0.32% 0.85% -
XYZ 53.78 64.32 38.01 -
YUV 204.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 198 218 149 0.09 0 0.32 0.15 77.39 0.48 0.72
Hex C6 DA 95 9 0 20 F 4D 30 48
Octal 306 332 225 11 0 40 17 115 60 110
Binary 11000110 11011010 10010101 1001 0 100000 1111 1001101 110000 1001000

Color Harmonies of #C6DA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DA95

Black with #C6DA95

Text Example


Text Example

White with #C6DA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DA95; }

 p { color: rgb(198,218,149); }

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

background-color css

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

 a { background-color: rgb(198,218,149); }

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

border-color css

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

 span { border-color: rgb(198,218,149); }

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