#B9E974

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

Shades of Sulu #B9E974

Tints of Sulu #B9E974

Color information

#B9E974 (or 0xB9E974) is unknown color: approx Sulu. HEX triplet: B9, E9 and 74. RGB value is (185,233,116). Sum of RGB (Red+Green+Blue) = 185+233+116=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E974 is #46168B. Grayscale: #CDCDCD. Windows color (decimal): -4593292 or 7662009. OLE color: 7662009.

HSL color Cylindrical-coordinate representation of color #B9E974: hue angle of 84.62º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9E974 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB185233116-
CMYK0.2100.500.09
HSL84.62º72.67%68.43%-
HSV(B)84.62º50.21%91.37%-
XYZ52.369.8527.25-
YUV205.3177.6113.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 233 (91.41% from 255) = 43.63%
BLUE value IS 116 (45.70% from 255) = 21.72%
R=34.64%
G=43.63%
B=21.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852331160.2100.500.0984.6272.6768.43
HexB9E974150329554944
Octal2713511642506211125111104
Binary101110011110100111101001010101100101001101010110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E974; }

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

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

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

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

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

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

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

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