Html Css Color HEX #B7D696 Sprout

📋 copy color: '#B7D696'

red 183 ◦ green 214 ◦ blue 150

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

Shades of Sprout #B7D696

Tints of Sprout #B7D696

RGB

 RED value IS 183 (71.88% from 255) = 33.46%

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

 BLUE value IS 150 (58.98% from 255) = 27.42%

R = 33.46%
G = 39.12%
B = 27.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#B7D696 (or 0xB7D696) is known color: Sprout. HEX triplet: B7, D6 and 96. RGB value is (183,214,150). Sum of RGB (Red+Green+Blue) = 183+214+150=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D696 is #482969. Grayscale: #C5C5C5. Windows color (decimal): -4729194 or 9885367. OLE color: 9885367.

HSL color Cylindrical-coordinate representation of color #B7D696: hue angle of 89.06º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7D696 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 214 150 -
CMYK 0.14 0 0.30 0.16
HSL 89.06º 0.44% 0.71% -
HSV(B) 89.06º 0.3% 0.84% -
XYZ 49.08 60.36 37.92 -
YUV 197.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 183 214 150 0.14 0 0.30 0.16 89.06 0.44 0.71
Hex B7 D6 96 E 0 1E 10 59 2C 47
Octal 267 326 226 16 0 36 20 131 54 107
Binary 10110111 11010110 10010110 1110 0 11110 10000 1011001 101100 1000111

Color Harmonies of #B7D696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D696

Black with #B7D696

Text Example


Text Example

White with #B7D696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D696; }

 p { color: rgb(183,214,150); }

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

background-color css

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

 a { background-color: rgb(183,214,150); }

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

border-color css

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

 span { border-color: rgb(183,214,150); }

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