#BFE48C

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

Shades of Sulu #BFE48C

Tints of Sulu #BFE48C

Color information

#BFE48C (or 0xBFE48C) is unknown color: approx Sulu. HEX triplet: BF, E4 and 8C. RGB value is (191,228,140). Sum of RGB (Red+Green+Blue) = 191+228+140=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE48C is #401B73. Grayscale: #CFCFCF. Windows color (decimal): -4201332 or 9233599. OLE color: 9233599.

HSL color Cylindrical-coordinate representation of color #BFE48C: hue angle of 85.23º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFE48C is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB191228140-
CMYK0.1600.390.11
HSL85.23º61.97%72.16%-
HSV(B)85.23º38.6%89.41%-
XYZ53.9668.4635.18-
YUV206.990.24116.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 228 (89.45% from 255) = 40.79%
BLUE value IS 140 (55.08% from 255) = 25.04%
R=34.17%
G=40.79%
B=25.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912281400.1600.390.1185.2361.9772.16
HexBFE48C10027B553e48
Octal277344214200471312576110
Binary101111111110010010001100100000100111101110101011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE48C; }

 p { color: rgb(191,228,140); }

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

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

 a { background-color: rgb(191,228,140); }

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

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

 span { border-color: rgb(191,228,140); }

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