#B9EB7D

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

Shades of Sulu #B9EB7D

Tints of Sulu #B9EB7D

Color information

#B9EB7D (or 0xB9EB7D) is unknown color: approx Sulu. HEX triplet: B9, EB and 7D. RGB value is (185,235,125). Sum of RGB (Red+Green+Blue) = 185+235+125=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EB7D is #461482. Grayscale: #CFCFCF. Windows color (decimal): -4592771 or 8252345. OLE color: 8252345.

HSL color Cylindrical-coordinate representation of color #B9EB7D: hue angle of 87.27º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9EB7D is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB185235125-
CMYK0.2100.470.08
HSL87.27º73.33%70.59%-
HSV(B)87.27º46.81%92.16%-
XYZ53.4271.2130.33-
YUV207.5181.44111.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.94%
GREEN value IS 235 (92.19% from 255) = 43.12%
BLUE value IS 125 (49.22% from 255) = 22.94%
R=33.94%
G=43.12%
B=22.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852351250.2100.470.0887.2773.3370.59
HexB9EB7D1502F8574947
Octal2713531752505710127111107
Binary101110011110101111111011010101011111000101011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EB7D; }

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

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

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

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

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

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

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

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