#BFE792

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

Shades of Sulu #BFE792

Tints of Sulu #BFE792

Color information

#BFE792 (or 0xBFE792) is unknown color: approx Sulu. HEX triplet: BF, E7 and 92. RGB value is (191,231,146). Sum of RGB (Red+Green+Blue) = 191+231+146=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 231 (90.62% from 255 or 40.67% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE792 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE792 is #40186D. Grayscale: #D1D1D1. Windows color (decimal): -4200558 or 9627583. OLE color: 9627583.

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

Color convert

RGB191231146-
CMYK0.1700.370.09
HSL88.24º63.91%73.92%-
HSV(B)88.24º36.8%90.59%-
XYZ55.2570.337.85-
YUV209.3592.25114.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 231 (90.62% from 255) = 40.67%
BLUE value IS 146 (57.42% from 255) = 25.70%
R=33.63%
G=40.67%
B=25.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912311460.1700.370.0988.2463.9173.92
HexBFE79211025958404a
Octal2773472222104511130100112
Binary1011111111100111100100101000101001011001101100010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE792; }

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

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

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

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

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

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

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

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