Html Css Color HEX #C5DB96 Sprout

📋 copy color: '#C5DB96'

red 197 ◦ green 219 ◦ blue 150

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

Shades of Sprout #C5DB96

Tints of Sprout #C5DB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.5%

R = 34.81%
G = 38.69%
B = 26.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#C5DB96 (or 0xC5DB96) is known color: Sprout. HEX triplet: C5, DB and 96. RGB value is (197,219,150). Sum of RGB (Red+Green+Blue) = 197+219+150=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DB96 is #3A2469. Grayscale: #CCCCCC. Windows color (decimal): -3810410 or 9886661. OLE color: 9886661.

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

Color convert

RGB 197 219 150 -
CMYK 0.10 0 0.32 0.14
HSL 79.13º 0.49% 0.72% -
HSV(B) 79.13º 0.32% 0.86% -
XYZ 53.86 64.74 38.51 -
YUV 204.56 97.21 122.61 -
System Red Green Blue C M Y K H S L
Decimal 197 219 150 0.10 0 0.32 0.14 79.13 0.49 0.72
Hex C5 DB 96 A 0 20 E 4F 31 48
Octal 305 333 226 12 0 40 16 117 61 110
Binary 11000101 11011011 10010110 1010 0 100000 1110 1001111 110001 1001000

Color Harmonies of #C5DB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DB96

Black with #C5DB96

Text Example


Text Example

White with #C5DB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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