#BFEB8D

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

Shades of Sulu #BFEB8D

Tints of Sulu #BFEB8D

Color information

#BFEB8D (or 0xBFEB8D) is unknown color: approx Sulu. HEX triplet: BF, EB and 8D. RGB value is (191,235,141). Sum of RGB (Red+Green+Blue) = 191+235+141=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEB8D is #401472. Grayscale: #D3D3D3. Windows color (decimal): -4199539 or 9300927. OLE color: 9300927.

HSL color Cylindrical-coordinate representation of color #BFEB8D: hue angle of 88.09º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFEB8D is Cyan = 0.19, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB191235141-
CMYK0.1900.40.08
HSL88.09º70.15%73.73%-
HSV(B)88.09º40%92.16%-
XYZ5672.4236.23-
YUV211.1388.42113.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.69%
GREEN value IS 235 (92.19% from 255) = 41.45%
BLUE value IS 141 (55.47% from 255) = 24.87%
R=33.69%
G=41.45%
B=24.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912351410.1900.40.0888.0970.1573.73
HexBFEB8D13028858464a
Octal2773532152305010130106112
Binary1011111111101011100011011001101010001000101100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEB8D; }

 p { color: rgb(191,235,141); }

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

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

 a { background-color: rgb(191,235,141); }

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

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

 span { border-color: rgb(191,235,141); }

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