Html Css Color HEX #BFD096 Sprout

📋 copy color: '#BFD096'

red 191 ◦ green 208 ◦ blue 150

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

Shades of Sprout #BFD096

Tints of Sprout #BFD096

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.89%

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

R = 34.79%
G = 37.89%
B = 27.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#BFD096 (or 0xBFD096) is known color: Sprout. HEX triplet: BF, D0 and 96. RGB value is (191,208,150). Sum of RGB (Red+Green+Blue) = 191+208+150=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD096 is #402F69. Grayscale: #C4C4C4. Windows color (decimal): -4206442 or 9883839. OLE color: 9883839.

HSL color Cylindrical-coordinate representation of color #BFD096: hue angle of 77.59º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFD096 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 150 -
CMYK 0.08 0 0.28 0.18
HSL 77.59º 0.38% 0.7% -
HSV(B) 77.59º 0.28% 0.82% -
XYZ 49.55 58.39 37.51 -
YUV 196.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 191 208 150 0.08 0 0.28 0.18 77.59 0.38 0.7
Hex BF D0 96 8 0 1C 12 4E 26 46
Octal 277 320 226 10 0 34 22 116 46 106
Binary 10111111 11010000 10010110 1000 0 11100 10010 1001110 100110 1000110

Color Harmonies of #BFD096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD096

Black with #BFD096

Text Example


Text Example

White with #BFD096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD096; }

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

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

background-color css

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

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

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

border-color css

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

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

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