Html Css Color HEX #C4D69B Sprout

📋 copy color: '#C4D69B'

red 196 ◦ green 214 ◦ blue 155

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

Shades of Sprout #C4D69B

Tints of Sprout #C4D69B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.88%

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

R = 34.69%
G = 37.88%
B = 27.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#C4D69B (or 0xC4D69B) is known color: Sprout. HEX triplet: C4, D6 and 9B. RGB value is (196,214,155). Sum of RGB (Red+Green+Blue) = 196+214+155=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D69B is #3B2964. Grayscale: #CACACA. Windows color (decimal): -3877221 or 10213060. OLE color: 10213060.

HSL color Cylindrical-coordinate representation of color #C4D69B: hue angle of 78.31º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4D69B is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 214 155 -
CMYK 0.08 0 0.28 0.16
HSL 78.31º 0.42% 0.72% -
HSV(B) 78.31º 0.28% 0.84% -
XYZ 52.73 62.2 40.24 -
YUV 201.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 196 214 155 0.08 0 0.28 0.16 78.31 0.42 0.72
Hex C4 D6 9B 8 0 1C 10 4E 2A 48
Octal 304 326 233 10 0 34 20 116 52 110
Binary 11000100 11010110 10011011 1000 0 11100 10000 1001110 101010 1001000

Color Harmonies of #C4D69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D69B

Black with #C4D69B

Text Example


Text Example

White with #C4D69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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