#BFD38E

Color #BFD38E Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BFD38E

Tints of Sprout #BFD38E

Color information

#BFD38E (or 0xBFD38E) is unknown color: approx Sprout. HEX triplet: BF, D3 and 8E. RGB value is (191,211,142). Sum of RGB (Red+Green+Blue) = 191+211+142=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD38E is #402C71. Grayscale: #C5C5C5. Windows color (decimal): -4205682 or 9360319. OLE color: 9360319.

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

Color convert

RGB191211142-
CMYK0.0900.330.17
HSL77.39º43.95%69.22%-
HSV(B)77.39º32.7%82.75%-
XYZ49.6659.6234.48-
YUV197.1596.87123.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 211 (82.81% from 255) = 38.79%
BLUE value IS 142 (55.86% from 255) = 26.10%
R=35.11%
G=38.79%
B=26.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912111420.0900.330.1777.3943.9569.22
HexBFD38E9021114d2c45
Octal277323216110412111554105
Binary101111111101001110001110100101000011000110011011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD38E; }

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

 H1.HeaderClassName
 {
   color: #BFD38E;
 }
 .AnyTagClassName
 {
   color: #BFD38E;
 }
</style>
background-color css

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

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

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

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

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

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