Html Css Color HEX #BFD39E Sprout

📋 copy color: '#BFD39E'

red 191 ◦ green 211 ◦ blue 158

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

Shades of Sprout #BFD39E

Tints of Sprout #BFD39E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.68%

 BLUE value IS 158 (62.11% from 255) = 28.21%

R = 34.11%
G = 37.68%
B = 28.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#BFD39E (or 0xBFD39E) is known color: Sprout. HEX triplet: BF, D3 and 9E. RGB value is (191,211,158). Sum of RGB (Red+Green+Blue) = 191+211+158=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 158 (62.11% from 255 or 28.21% from 560); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD39E is #402C61. Grayscale: #C7C7C7. Windows color (decimal): -4205666 or 10408895. OLE color: 10408895.

HSL color Cylindrical-coordinate representation of color #BFD39E: hue angle of 82.64º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD39E is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 211 158 -
CMYK 0.09 0 0.25 0.17
HSL 82.64º 0.38% 0.72% -
HSV(B) 82.64º 0.25% 0.83% -
XYZ 50.95 60.13 41.27 -
YUV 198.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 191 211 158 0.09 0 0.25 0.17 82.64 0.38 0.72
Hex BF D3 9E 9 0 19 11 53 26 48
Octal 277 323 236 11 0 31 21 123 46 110
Binary 10111111 11010011 10011110 1001 0 11001 10001 1010011 100110 1001000

Color Harmonies of #BFD39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD39E

Black with #BFD39E

Text Example


Text Example

White with #BFD39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD39E; }

 p { color: rgb(191,211,158); }

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

background-color css

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

 a { background-color: rgb(191,211,158); }

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

border-color css

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

 span { border-color: rgb(191,211,158); }

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