Html Css Color HEX #C4D49B Sprout

📋 copy color: '#C4D49B'

red 196 ◦ green 212 ◦ blue 155

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

Shades of Sprout #C4D49B

Tints of Sprout #C4D49B

RGB

 RED value IS 196 (76.95% from 255) = 34.81%

 GREEN value IS 212 (83.2% from 255) = 37.66%

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

R = 34.81%
G = 37.66%
B = 27.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#C4D49B (or 0xC4D49B) is known color: Sprout. HEX triplet: C4, D4 and 9B. RGB value is (196,212,155). Sum of RGB (Red+Green+Blue) = 196+212+155=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D49B is #3B2B64. Grayscale: #C8C8C8. Windows color (decimal): -3877733 or 10212548. OLE color: 10212548.

HSL color Cylindrical-coordinate representation of color #C4D49B: hue angle of 76.84º degrees, saturation: 0.4, 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 #C4D49B is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 212 155 -
CMYK 0.08 0 0.27 0.17
HSL 76.84º 0.4% 0.72% -
HSV(B) 76.84º 0.27% 0.83% -
XYZ 52.22 61.19 40.07 -
YUV 200.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 196 212 155 0.08 0 0.27 0.17 76.84 0.4 0.72
Hex C4 D4 9B 8 0 1B 11 4D 28 48
Octal 304 324 233 10 0 33 21 115 50 110
Binary 11000100 11010100 10011011 1000 0 11011 10001 1001101 101000 1001000

Color Harmonies of #C4D49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D49B

Black with #C4D49B

Text Example


Text Example

White with #C4D49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D49B; }

 p { color: rgb(196,212,155); }

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

background-color css

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

 a { background-color: rgb(196,212,155); }

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

border-color css

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

 span { border-color: rgb(196,212,155); }

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