Html Css Color HEX #C6DB98 Sprout

📋 copy color: '#C6DB98'

red 198 ◦ green 219 ◦ blue 152

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

Shades of Sprout #C6DB98

Tints of Sprout #C6DB98

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.49%

 BLUE value IS 152 (59.77% from 255) = 26.71%

R = 34.8%
G = 38.49%
B = 26.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#C6DB98 (or 0xC6DB98) is known color: Sprout. HEX triplet: C6, DB and 98. RGB value is (198,219,152). Sum of RGB (Red+Green+Blue) = 198+219+152=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DB98 is #392467. Grayscale: #CDCDCD. Windows color (decimal): -3744872 or 10017734. OLE color: 10017734.

HSL color Cylindrical-coordinate representation of color #C6DB98: hue angle of 78.81º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6DB98 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 219 152 -
CMYK 0.10 0 0.31 0.14
HSL 78.81º 0.48% 0.73% -
HSV(B) 78.81º 0.31% 0.86% -
XYZ 54.29 64.94 39.38 -
YUV 205.08 98.04 122.95 -
System Red Green Blue C M Y K H S L
Decimal 198 219 152 0.10 0 0.31 0.14 78.81 0.48 0.73
Hex C6 DB 98 A 0 1F E 4F 30 49
Octal 306 333 230 12 0 37 16 117 60 111
Binary 11000110 11011011 10011000 1010 0 11111 1110 1001111 110000 1001001

Color Harmonies of #C6DB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DB98

Black with #C6DB98

Text Example


Text Example

White with #C6DB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DB98; }

 p { color: rgb(198,219,152); }

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

background-color css

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

 a { background-color: rgb(198,219,152); }

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

border-color css

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

 span { border-color: rgb(198,219,152); }

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