#BFE39B

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

Shades of Reef #BFE39B

Tints of Reef #BFE39B

Color information

#BFE39B (or 0xBFE39B) is unknown color: approx Reef. HEX triplet: BF, E3 and 9B. RGB value is (191,227,155). Sum of RGB (Red+Green+Blue) = 191+227+155=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE39B is #401C64. Grayscale: #D0D0D0. Windows color (decimal): -4201573 or 10216383. OLE color: 10216383.

HSL color Cylindrical-coordinate representation of color #BFE39B: hue angle of 90º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFE39B is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB191227155-
CMYK0.1600.320.11
HSL90º56.25%74.9%-
HSV(B)90º31.72%89.02%-
XYZ54.8768.3841.32-
YUV208.0398.07115.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 227 (89.06% from 255) = 39.62%
BLUE value IS 155 (60.94% from 255) = 27.05%
R=33.33%
G=39.62%
B=27.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912271550.1600.320.119056.2574.9
HexBFE39B10020B5a384b
Octal277343233200401313270113
Binary101111111110001110011011100000100000101110110101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE39B; }

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

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

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

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

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

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

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

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