#BFD198

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

Shades of Sprout #BFD198

Tints of Sprout #BFD198

Color information

#BFD198 (or 0xBFD198) is unknown color: approx Sprout. HEX triplet: BF, D1 and 98. RGB value is (191,209,152). Sum of RGB (Red+Green+Blue) = 191+209+152=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD198 is #402E67. Grayscale: #C5C5C5. Windows color (decimal): -4206184 or 10015167. OLE color: 10015167.

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

Color convert

RGB191209152-
CMYK0.0900.270.18
HSL78.95º38.26%70.78%-
HSV(B)78.95º27.27%81.96%-
XYZ49.9558.9438.45-
YUV197.12102.54123.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 209 (82.03% from 255) = 37.86%
BLUE value IS 152 (59.77% from 255) = 27.54%
R=34.60%
G=37.86%
B=27.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912091520.0900.270.1878.9538.2670.78
HexBFD198901B124f2647
Octal277321230110332211746107
Binary10111111110100011001100010010110111001010011111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD198; }

 p { color: rgb(191,209,152); }

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

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

 a { background-color: rgb(191,209,152); }

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

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

 span { border-color: rgb(191,209,152); }

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