#BFE185

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

Shades of Sulu #BFE185

Tints of Sulu #BFE185

Color information

#BFE185 (or 0xBFE185) is unknown color: approx Sulu. HEX triplet: BF, E1 and 85. RGB value is (191,225,133). Sum of RGB (Red+Green+Blue) = 191+225+133=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE185 is #401E7A. Grayscale: #CCCCCC. Windows color (decimal): -4202107 or 8774079. OLE color: 8774079.

HSL color Cylindrical-coordinate representation of color #BFE185: hue angle of 82.17º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFE185 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB191225133-
CMYK0.1500.410.12
HSL82.17º60.53%70.2%-
HSV(B)82.17º40.89%88.24%-
XYZ52.6466.6232.27-
YUV204.3587.74118.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 225 (88.28% from 255) = 40.98%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=34.79%
G=40.98%
B=24.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912251330.1500.410.1282.1760.5370.2
HexBFE185F029C523d46
Octal277341205170511412275106
Binary10111111111000011000010111110101001110010100101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE185; }

 p { color: rgb(191,225,133); }

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

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

 a { background-color: rgb(191,225,133); }

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

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

 span { border-color: rgb(191,225,133); }

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