Html Css Color HEX #C5D99B Sprout

📋 copy color: '#C5D99B'

red 197 ◦ green 217 ◦ blue 155

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

Shades of Sprout #C5D99B

Tints of Sprout #C5D99B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.14%

 BLUE value IS 155 (60.94% from 255) = 27.24%

R = 34.62%
G = 38.14%
B = 27.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#C5D99B (or 0xC5D99B) is known color: Sprout. HEX triplet: C5, D9 and 9B. RGB value is (197,217,155). Sum of RGB (Red+Green+Blue) = 197+217+155=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D99B is #3A2664. Grayscale: #CCCCCC. Windows color (decimal): -3810917 or 10213829. OLE color: 10213829.

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

Color convert

RGB 197 217 155 -
CMYK 0.09 0 0.29 0.15
HSL 79.35º 0.45% 0.73% -
HSV(B) 79.35º 0.29% 0.85% -
XYZ 53.76 63.86 40.5 -
YUV 203.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 197 217 155 0.09 0 0.29 0.15 79.35 0.45 0.73
Hex C5 D9 9B 9 0 1D F 4F 2D 49
Octal 305 331 233 11 0 35 17 117 55 111
Binary 11000101 11011001 10011011 1001 0 11101 1111 1001111 101101 1001001

Color Harmonies of #C5D99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D99B

Black with #C5D99B

Text Example


Text Example

White with #C5D99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D99B; }

 p { color: rgb(197,217,155); }

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

background-color css

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

 a { background-color: rgb(197,217,155); }

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

border-color css

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

 span { border-color: rgb(197,217,155); }

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