#B9ED8A

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

Shades of Sulu #B9ED8A

Tints of Sulu #B9ED8A

Color information

#B9ED8A (or 0xB9ED8A) is unknown color: approx Sulu. HEX triplet: B9, ED and 8A. RGB value is (185,237,138). Sum of RGB (Red+Green+Blue) = 185+237+138=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #B9ED8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9ED8A is #461275. Grayscale: #D2D2D2. Windows color (decimal): -4592246 or 9104825. OLE color: 9104825.

HSL color Cylindrical-coordinate representation of color #B9ED8A: hue angle of 91.52º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9ED8A is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB185237138-
CMYK0.2200.420.07
HSL91.52º73.33%73.53%-
HSV(B)91.52º41.77%92.94%-
XYZ54.8872.7235.19-
YUV210.1787.27110.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 237 (92.97% from 255) = 42.32%
BLUE value IS 138 (54.30% from 255) = 24.64%
R=33.04%
G=42.32%
B=24.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852371380.2200.420.0791.5273.3373.53
HexB9ED8A1602A75c494a
Octal271355212260527134111112
Binary101110011110110110001010101100101010111101110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ED8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ED8A; }

 p { color: rgb(185,237,138); }

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

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

 a { background-color: rgb(185,237,138); }

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

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

 span { border-color: rgb(185,237,138); }

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