#BFE069

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

Shades of Sulu #BFE069

Tints of Sulu #BFE069

Color information

#BFE069 (or 0xBFE069) is unknown color: approx Sulu. HEX triplet: BF, E0 and 69. RGB value is (191,224,105). Sum of RGB (Red+Green+Blue) = 191+224+105=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE069 is #401F96. Grayscale: #C9C9C9. Windows color (decimal): -4202391 or 6938815. OLE color: 6938815.

HSL color Cylindrical-coordinate representation of color #BFE069: hue angle of 76.64º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFE069 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB191224105-
CMYK0.1500.530.12
HSL76.64º65.75%64.51%-
HSV(B)76.64º53.12%87.84%-
XYZ50.6965.4123.32-
YUV200.5774.07121.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 224 (87.89% from 255) = 43.08%
BLUE value IS 105 (41.41% from 255) = 20.19%
R=36.73%
G=43.08%
B=20.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912241050.1500.530.1276.6465.7564.51
HexBFE069F035C4d4241
Octal2773401511706514115102101
Binary10111111111000001101001111101101011100100110110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE069; }

 p { color: rgb(191,224,105); }

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

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

 a { background-color: rgb(191,224,105); }

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

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

 span { border-color: rgb(191,224,105); }

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