Html Css Color HEX #C5DB9A Sprout

📋 copy color: '#C5DB9A'

red 197 ◦ green 219 ◦ blue 154

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

Shades of Sprout #C5DB9A

Tints of Sprout #C5DB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.02%

R = 34.56%
G = 38.42%
B = 27.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#C5DB9A (or 0xC5DB9A) is known color: Sprout. HEX triplet: C5, DB and 9A. RGB value is (197,219,154). Sum of RGB (Red+Green+Blue) = 197+219+154=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DB9A is #3A2465. Grayscale: #CDCDCD. Windows color (decimal): -3810406 or 10148805. OLE color: 10148805.

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

Color convert

RGB 197 219 154 -
CMYK 0.10 0 0.30 0.14
HSL 80.31º 0.47% 0.73% -
HSV(B) 80.31º 0.3% 0.86% -
XYZ 54.19 64.87 40.24 -
YUV 205.01 99.21 122.29 -
System Red Green Blue C M Y K H S L
Decimal 197 219 154 0.10 0 0.30 0.14 80.31 0.47 0.73
Hex C5 DB 9A A 0 1E E 50 2F 49
Octal 305 333 232 12 0 36 16 120 57 111
Binary 11000101 11011011 10011010 1010 0 11110 1110 1010000 101111 1001001

Color Harmonies of #C5DB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DB9A

Black with #C5DB9A

Text Example


Text Example

White with #C5DB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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