#BFE99B

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

Shades of Reef #BFE99B

Tints of Reef #BFE99B

Color information

#BFE99B (or 0xBFE99B) is unknown color: approx Reef. HEX triplet: BF, E9 and 9B. RGB value is (191,233,155). Sum of RGB (Red+Green+Blue) = 191+233+155=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE99B is #401664. Grayscale: #D3D3D3. Windows color (decimal): -4200037 or 10217919. OLE color: 10217919.

HSL color Cylindrical-coordinate representation of color #BFE99B: hue angle of 92.31º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFE99B is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB191233155-
CMYK0.1800.330.09
HSL92.31º63.93%76.08%-
HSV(B)92.31º33.48%91.37%-
XYZ56.5471.7241.87-
YUV211.5596.09113.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 233 (91.41% from 255) = 40.24%
BLUE value IS 155 (60.94% from 255) = 26.77%
R=32.99%
G=40.24%
B=26.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912331550.1800.330.0992.3163.9376.08
HexBFE99B1202195c404c
Octal2773512332204111134100114
Binary1011111111101001100110111001001000011001101110010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE99B; }

 p { color: rgb(191,233,155); }

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

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

 a { background-color: rgb(191,233,155); }

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

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

 span { border-color: rgb(191,233,155); }

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