Html Css Color HEX #C5DB97 Sprout

📋 copy color: '#C5DB97'

red 197 ◦ green 219 ◦ blue 151

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

Shades of Sprout #C5DB97

Tints of Sprout #C5DB97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.63%

R = 34.74%
G = 38.62%
B = 26.63%

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

#C5DB97 (or 0xC5DB97) is known color: Sprout. HEX triplet: C5, DB and 97. RGB value is (197,219,151). Sum of RGB (Red+Green+Blue) = 197+219+151=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DB97 is #3A2468. Grayscale: #CCCCCC. Windows color (decimal): -3810409 or 9952197. OLE color: 9952197.

HSL color Cylindrical-coordinate representation of color #C5DB97: hue angle of 79.41º degrees, saturation: 0.49, 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 #C5DB97 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 219 151 -
CMYK 0.10 0 0.31 0.14
HSL 79.41º 0.49% 0.73% -
HSV(B) 79.41º 0.31% 0.86% -
XYZ 53.94 64.77 38.94 -
YUV 204.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 197 219 151 0.10 0 0.31 0.14 79.41 0.49 0.73
Hex C5 DB 97 A 0 1F E 4F 31 49
Octal 305 333 227 12 0 37 16 117 61 111
Binary 11000101 11011011 10010111 1010 0 11111 1110 1001111 110001 1001001

Color Harmonies of #C5DB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DB97

Black with #C5DB97

Text Example


Text Example

White with #C5DB97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DB97; }

 p { color: rgb(197,219,151); }

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

background-color css

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

 a { background-color: rgb(197,219,151); }

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

border-color css

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

 span { border-color: rgb(197,219,151); }

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