#B9E07D

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

Shades of Sulu #B9E07D

Tints of Sulu #B9E07D

Color information

#B9E07D (or 0xB9E07D) is unknown color: approx Sulu. HEX triplet: B9, E0 and 7D. RGB value is (185,224,125). Sum of RGB (Red+Green+Blue) = 185+224+125=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E07D is #461F82. Grayscale: #C9C9C9. Windows color (decimal): -4595587 or 8249529. OLE color: 8249529.

HSL color Cylindrical-coordinate representation of color #B9E07D: hue angle of 83.64º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9E07D is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB185224125-
CMYK0.1700.440.12
HSL83.64º61.49%68.43%-
HSV(B)83.64º44.2%87.84%-
XYZ50.3665.1129.31-
YUV201.0585.08116.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 224 (87.89% from 255) = 41.95%
BLUE value IS 125 (49.22% from 255) = 23.41%
R=34.64%
G=41.95%
B=23.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1852241250.1700.440.1283.6461.4968.43
HexB9E07D1102CC543d44
Octal271340175210541412475104
Binary10111001111000001111101100010101100110010101001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E07D; }

 p { color: rgb(185,224,125); }

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

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

 a { background-color: rgb(185,224,125); }

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

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

 span { border-color: rgb(185,224,125); }

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