#BFE169

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

Shades of Sulu #BFE169

Tints of Sulu #BFE169

Color information

#BFE169 (or 0xBFE169) is unknown color: approx Sulu. HEX triplet: BF, E1 and 69. RGB value is (191,225,105). Sum of RGB (Red+Green+Blue) = 191+225+105=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE169 is #401E96. Grayscale: #C9C9C9. Windows color (decimal): -4202135 or 6939071. OLE color: 6939071.

HSL color Cylindrical-coordinate representation of color #BFE169: hue angle of 77º degrees, saturation: 0.67, 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 #BFE169 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB191225105-
CMYK0.1500.530.12
HSL77º66.67%64.71%-
HSV(B)77º53.33%88.24%-
XYZ50.9665.9523.41-
YUV201.1573.74120.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 225 (88.28% from 255) = 43.19%
BLUE value IS 105 (41.41% from 255) = 20.15%
R=36.66%
G=43.19%
B=20.15%

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
Decimal1912251050.1500.530.127766.6764.71
HexBFE169F035C4d4341
Octal2773411511706514115103101
Binary10111111111000011101001111101101011100100110110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE169; }

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

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

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

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

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

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

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

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