#B9EB85

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

Shades of Sulu #B9EB85

Tints of Sulu #B9EB85

Color information

#B9EB85 (or 0xB9EB85) is unknown color: approx Sulu. HEX triplet: B9, EB and 85. RGB value is (185,235,133). Sum of RGB (Red+Green+Blue) = 185+235+133=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9EB85 is #46147A. Grayscale: #D0D0D0. Windows color (decimal): -4592763 or 8776633. OLE color: 8776633.

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

Color convert

RGB185235133-
CMYK0.2100.430.08
HSL89.41º71.83%72.16%-
HSV(B)89.41º43.4%92.16%-
XYZ53.9571.4233.13-
YUV208.4285.44111.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 235 (92.19% from 255) = 42.50%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=33.45%
G=42.50%
B=24.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852351330.2100.430.0889.4171.8372.16
HexB9EB851502B8594848
Octal2713532052505310131110110
Binary1011100111101011100001011010101010111000101100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EB85; }

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

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

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

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

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

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

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

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