#BFE682

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

Shades of Sulu #BFE682

Tints of Sulu #BFE682

Color information

#BFE682 (or 0xBFE682) is unknown color: approx Sulu. HEX triplet: BF, E6 and 82. RGB value is (191,230,130). Sum of RGB (Red+Green+Blue) = 191+230+130=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE682 is #40197D. Grayscale: #CFCFCF. Windows color (decimal): -4200830 or 8578751. OLE color: 8578751.

HSL color Cylindrical-coordinate representation of color #BFE682: hue angle of 83.4º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFE682 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB191230130-
CMYK0.1700.430.10
HSL83.4º66.67%70.59%-
HSV(B)83.4º43.48%90.2%-
XYZ53.8169.2831.66-
YUV206.9484.58116.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 230 (90.23% from 255) = 41.74%
BLUE value IS 130 (51.17% from 255) = 23.59%
R=34.66%
G=41.74%
B=23.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912301300.1700.430.1083.466.6770.59
HexBFE6821102BA534347
Octal2773462022105312123103107
Binary1011111111100110100000101000101010111010101001110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE682; }

 p { color: rgb(191,230,130); }

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

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

 a { background-color: rgb(191,230,130); }

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

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

 span { border-color: rgb(191,230,130); }

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