#B9F169

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

Shades of Sulu #B9F169

Tints of Sulu #B9F169

Color information

#B9F169 (or 0xB9F169) is unknown color: approx Sulu. HEX triplet: B9, F1 and 69. RGB value is (185,241,105). Sum of RGB (Red+Green+Blue) = 185+241+105=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F169 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F169 is #460E96. Grayscale: #D1D1D1. Windows color (decimal): -4591255 or 6943161. OLE color: 6943161.

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

Color convert

RGB185241105-
CMYK0.2300.560.05
HSL84.71º82.93%67.84%-
HSV(B)84.71º56.43%94.51%-
XYZ54.0174.2424.85-
YUV208.7569.45111.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 241 (94.53% from 255) = 45.39%
BLUE value IS 105 (41.41% from 255) = 19.77%
R=34.84%
G=45.39%
B=19.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852411050.2300.560.0584.7182.9367.84
HexB9F169170385555344
Octal271361151270705125123104
Binary10111001111100011101001101110111000101101010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F169; }

 p { color: rgb(185,241,105); }

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

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

 a { background-color: rgb(185,241,105); }

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

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

 span { border-color: rgb(185,241,105); }

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