Html Css Color HEX #C5D39B Sprout

📋 copy color: '#C5D39B'

red 197 ◦ green 211 ◦ blue 155

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

Shades of Sprout #C5D39B

Tints of Sprout #C5D39B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.48%

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

R = 34.99%
G = 37.48%
B = 27.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#C5D39B (or 0xC5D39B) is known color: Sprout. HEX triplet: C5, D3 and 9B. RGB value is (197,211,155). Sum of RGB (Red+Green+Blue) = 197+211+155=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D39B is #3A2C64. Grayscale: #C8C8C8. Windows color (decimal): -3812453 or 10212293. OLE color: 10212293.

HSL color Cylindrical-coordinate representation of color #C5D39B: hue angle of 75º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5D39B is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 211 155 -
CMYK 0.07 0 0.27 0.17
HSL 75º 0.39% 0.72% -
HSV(B) 75º 0.27% 0.83% -
XYZ 52.24 60.83 40 -
YUV 200.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 197 211 155 0.07 0 0.27 0.17 75 0.39 0.72
Hex C5 D3 9B 7 0 1B 11 4B 27 48
Octal 305 323 233 7 0 33 21 113 47 110
Binary 11000101 11010011 10011011 111 0 11011 10001 1001011 100111 1001000

Color Harmonies of #C5D39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D39B

Black with #C5D39B

Text Example


Text Example

White with #C5D39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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