#BFEC92

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

Shades of Sulu #BFEC92

Tints of Sulu #BFEC92

Color information

#BFEC92 (or 0xBFEC92) is unknown color: approx Sulu. HEX triplet: BF, EC and 92. RGB value is (191,236,146). Sum of RGB (Red+Green+Blue) = 191+236+146=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 146 (57.42% from 255 or 25.48% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC92 is #40136D. Grayscale: #D4D4D4. Windows color (decimal): -4199278 or 9628863. OLE color: 9628863.

HSL color Cylindrical-coordinate representation of color #BFEC92: hue angle of 90º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFEC92 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB191236146-
CMYK0.1900.380.07
HSL90º70.31%74.9%-
HSV(B)90º38.14%92.55%-
XYZ56.6773.1438.33-
YUV212.2890.59112.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 236 (92.58% from 255) = 41.19%
BLUE value IS 146 (57.42% from 255) = 25.48%
R=33.33%
G=41.19%
B=25.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912361460.1900.380.079070.3174.9
HexBFEC921302675a464b
Octal277354222230467132106113
Binary101111111110110010010010100110100110111101101010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEC92; }

 p { color: rgb(191,236,146); }

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

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

 a { background-color: rgb(191,236,146); }

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

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

 span { border-color: rgb(191,236,146); }

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