#BFEA88

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

Shades of Sulu #BFEA88

Tints of Sulu #BFEA88

Color information

#BFEA88 (or 0xBFEA88) is unknown color: approx Sulu. HEX triplet: BF, EA and 88. RGB value is (191,234,136). Sum of RGB (Red+Green+Blue) = 191+234+136=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 136 (53.52% from 255 or 24.24% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEA88 is #401577. Grayscale: #D2D2D2. Windows color (decimal): -4199800 or 8972991. OLE color: 8972991.

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

Color convert

RGB191234136-
CMYK0.1800.420.08
HSL86.33º70%72.55%-
HSV(B)86.33º41.88%91.76%-
XYZ55.3571.734.21-
YUV209.9786.25114.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 234 (91.80% from 255) = 41.71%
BLUE value IS 136 (53.52% from 255) = 24.24%
R=34.05%
G=41.71%
B=24.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912341360.1800.420.0886.337072.55
HexBFEA881202A8564649
Octal2773522102205210126106111
Binary1011111111101010100010001001001010101000101011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEA88; }

 p { color: rgb(191,234,136); }

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

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

 a { background-color: rgb(191,234,136); }

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

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

 span { border-color: rgb(191,234,136); }

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