#B9F975

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

Shades of Sulu #B9F975

Tints of Sulu #B9F975

Color information

#B9F975 (or 0xB9F975) is unknown color: approx Sulu. HEX triplet: B9, F9 and 75. RGB value is (185,249,117). Sum of RGB (Red+Green+Blue) = 185+249+117=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F975 is #46068A. Grayscale: #D7D7D7. Windows color (decimal): -4589195 or 7731641. OLE color: 7731641.

HSL color Cylindrical-coordinate representation of color #B9F975: hue angle of 89.09º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9F975 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB185249117-
CMYK0.2600.530.02
HSL89.09º91.67%71.76%-
HSV(B)89.09º53.01%97.65%-
XYZ57.0979.3529.14-
YUV214.8272.8106.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.58%
GREEN value IS 249 (97.66% from 255) = 45.19%
BLUE value IS 117 (46.09% from 255) = 21.23%
R=33.58%
G=45.19%
B=21.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852491170.2600.530.0289.0991.6771.76
HexB9F9751A0352595c48
Octal271371165320652131134110
Binary1011100111111001111010111010011010110101100110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F975; }

 p { color: rgb(185,249,117); }

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

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

 a { background-color: rgb(185,249,117); }

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

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

 span { border-color: rgb(185,249,117); }

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