Html Css Color HEX #BFD796 Sprout

📋 copy color: '#BFD796'

red 191 ◦ green 215 ◦ blue 150

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

Shades of Sprout #BFD796

Tints of Sprout #BFD796

RGB

 RED value IS 191 (75% from 255) = 34.35%

 GREEN value IS 215 (84.38% from 255) = 38.67%

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

R = 34.35%
G = 38.67%
B = 26.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#BFD796 (or 0xBFD796) is known color: Sprout. HEX triplet: BF, D7 and 96. RGB value is (191,215,150). Sum of RGB (Red+Green+Blue) = 191+215+150=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD796 is #402869. Grayscale: #C8C8C8. Windows color (decimal): -4204650 or 9885631. OLE color: 9885631.

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

Color convert

RGB 191 215 150 -
CMYK 0.11 0 0.30 0.16
HSL 82.15º 0.45% 0.72% -
HSV(B) 82.15º 0.3% 0.84% -
XYZ 51.29 61.88 38.09 -
YUV 200.41 99.55 121.29 -
System Red Green Blue C M Y K H S L
Decimal 191 215 150 0.11 0 0.30 0.16 82.15 0.45 0.72
Hex BF D7 96 B 0 1E 10 52 2D 48
Octal 277 327 226 13 0 36 20 122 55 110
Binary 10111111 11010111 10010110 1011 0 11110 10000 1010010 101101 1001000

Color Harmonies of #BFD796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD796

Black with #BFD796

Text Example


Text Example

White with #BFD796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD796; }

 p { color: rgb(191,215,150); }

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

background-color css

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

 a { background-color: rgb(191,215,150); }

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

border-color css

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

 span { border-color: rgb(191,215,150); }

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