#BFEF92

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

Shades of Sulu #BFEF92

Tints of Sulu #BFEF92

Color information

#BFEF92 (or 0xBFEF92) is unknown color: approx Sulu. HEX triplet: BF, EF and 92. RGB value is (191,239,146). Sum of RGB (Red+Green+Blue) = 191+239+146=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 146 (57.42% from 255 or 25.35% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEF92 is #40106D. Grayscale: #D6D6D6. Windows color (decimal): -4198510 or 9629631. OLE color: 9629631.

HSL color Cylindrical-coordinate representation of color #BFEF92: hue angle of 90.97º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFEF92 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB191239146-
CMYK0.2000.390.06
HSL90.97º74.4%75.49%-
HSV(B)90.97º38.91%93.73%-
XYZ57.5474.8838.62-
YUV214.0589.6111.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 239 (93.75% from 255) = 41.49%
BLUE value IS 146 (57.42% from 255) = 25.35%
R=33.16%
G=41.49%
B=25.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912391460.2000.390.0690.9774.475.49
HexBFEF921402765b4a4b
Octal277357222240476133112113
Binary101111111110111110010010101000100111110101101110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEF92; }

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

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

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

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

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

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

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

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