#b9f268

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

Shades of Sulu #B9F268

Tints of Sulu #B9F268

Color information

#B9F268 (or 0xB9F268) is unknown color: approx Sulu. HEX triplet: B9, F2 and 68. RGB value is (185,242,104). Sum of RGB (Red+Green+Blue) = 185+242+104=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F268 is #460D97. Grayscale: #D1D1D1. Windows color (decimal): -4591000 or 6877881. OLE color: 6877881.

HSL color Cylindrical-coordinate representation of color #B9F268: hue angle of 84.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9F268 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB185242104-
CMYK0.2400.570.05
HSL84.78º84.15%67.84%-
HSV(B)84.78º57.02%94.9%-
XYZ54.2674.8224.68-
YUV209.2268.62110.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 242 (94.92% from 255) = 45.57%
BLUE value IS 104 (41.02% from 255) = 19.59%
R=34.84%
G=45.57%
B=19.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852421040.2400.570.0584.7884.1567.84
HexB9F268180395555444
Octal271362150300715125124104
Binary10111001111100101101000110000111001101101010110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9f268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9f268; }

 p { color: rgb(185,242,104); }

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

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

 a { background-color: rgb(185,242,104); }

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

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

 span { border-color: rgb(185,242,104); }

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