#B9E374

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

Shades of Sulu #B9E374

Tints of Sulu #B9E374

Color information

#B9E374 (or 0xB9E374) is unknown color: approx Sulu. HEX triplet: B9, E3 and 74. RGB value is (185,227,116). Sum of RGB (Red+Green+Blue) = 185+227+116=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E374 is #461C8B. Grayscale: #CACACA. Windows color (decimal): -4594828 or 7660473. OLE color: 7660473.

HSL color Cylindrical-coordinate representation of color #B9E374: hue angle of 82.7º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9E374 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB185227116-
CMYK0.1900.490.11
HSL82.7º66.47%67.25%-
HSV(B)82.7º48.9%89.02%-
XYZ50.6366.5126.69-
YUV201.7979.59116.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 227 (89.06% from 255) = 42.99%
BLUE value IS 116 (45.70% from 255) = 21.97%
R=35.04%
G=42.99%
B=21.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1852271160.1900.490.1182.766.4767.25
HexB9E37413031B534243
Octal2713431642306113123102103
Binary101110011110001111101001001101100011011101001110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E374; }

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

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

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

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

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

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

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

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