Html Css Color HEX #C7D69B Sprout

📋 copy color: '#C7D69B'

red 199 ◦ green 214 ◦ blue 155

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

Shades of Sprout #C7D69B

Tints of Sprout #C7D69B

RGB

 RED value IS 199 (78.13% from 255) = 35.04%

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

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

R = 35.04%
G = 37.68%
B = 27.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#C7D69B (or 0xC7D69B) is known color: Sprout. HEX triplet: C7, D6 and 9B. RGB value is (199,214,155). Sum of RGB (Red+Green+Blue) = 199+214+155=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D69B is #382964. Grayscale: #CBCBCB. Windows color (decimal): -3680613 or 10213063. OLE color: 10213063.

HSL color Cylindrical-coordinate representation of color #C7D69B: hue angle of 75.25º 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 #C7D69B is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 214 155 -
CMYK 0.07 0 0.28 0.16
HSL 75.25º 0.42% 0.72% -
HSV(B) 75.25º 0.28% 0.84% -
XYZ 53.52 62.6 40.27 -
YUV 202.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 199 214 155 0.07 0 0.28 0.16 75.25 0.42 0.72
Hex C7 D6 9B 7 0 1C 10 4B 2A 48
Octal 307 326 233 7 0 34 20 113 52 110
Binary 11000111 11010110 10011011 111 0 11100 10000 1001011 101010 1001000

Color Harmonies of #C7D69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D69B

Black with #C7D69B

Text Example


Text Example

White with #C7D69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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