#B9EB70

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

Shades of Sulu #B9EB70

Tints of Sulu #B9EB70

Color information

#B9EB70 (or 0xB9EB70) is unknown color: approx Sulu. HEX triplet: B9, EB and 70. RGB value is (185,235,112). Sum of RGB (Red+Green+Blue) = 185+235+112=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EB70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EB70 is #46148F. Grayscale: #CECECE. Windows color (decimal): -4592784 or 7400377. OLE color: 7400377.

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

Color convert

RGB185235112-
CMYK0.2100.520.08
HSL84.39º75.46%68.04%-
HSV(B)84.39º52.34%92.16%-
XYZ52.6470.926.24-
YUV206.0374.94113-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.77%
GREEN value IS 235 (92.19% from 255) = 44.17%
BLUE value IS 112 (44.14% from 255) = 21.05%
R=34.77%
G=44.17%
B=21.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852351120.2100.520.0884.3975.4668.04
HexB9EB70150348544b44
Octal2713531602506410124113104
Binary101110011110101111100001010101101001000101010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EB70; }

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

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

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

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

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

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

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

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