#B9D874

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

Shades of Sulu #B9D874

Tints of Sulu #B9D874

Color information

#B9D874 (or 0xB9D874) is unknown color: approx Sulu. HEX triplet: B9, D8 and 74. RGB value is (185,216,116). Sum of RGB (Red+Green+Blue) = 185+216+116=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D874 is #46278B. Grayscale: #C3C3C3. Windows color (decimal): -4597644 or 7657657. OLE color: 7657657.

HSL color Cylindrical-coordinate representation of color #B9D874: hue angle of 78.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9D874 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB185216116-
CMYK0.1400.460.15
HSL78.6º56.18%65.1%-
HSV(B)78.6º46.3%84.71%-
XYZ47.7260.6925.72-
YUV195.3383.23120.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 216 (84.77% from 255) = 41.78%
BLUE value IS 116 (45.70% from 255) = 22.44%
R=35.78%
G=41.78%
B=22.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852161160.1400.460.1578.656.1865.1
HexB9D874E02EF4f3841
Octal271330164160561711770101
Binary1011100111011000111010011100101110111110011111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D874; }

 p { color: rgb(185,216,116); }

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

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

 a { background-color: rgb(185,216,116); }

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

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

 span { border-color: rgb(185,216,116); }

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