#B8E06C

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

Shades of Sulu #B8E06C

Tints of Sulu #B8E06C

Color information

#B8E06C (or 0xB8E06C) is unknown color: approx Sulu. HEX triplet: B8, E0 and 6C. RGB value is (184,224,108). Sum of RGB (Red+Green+Blue) = 184+224+108=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #B8E06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8E06C is #471F93. Grayscale: #C7C7C7. Windows color (decimal): -4661140 or 7135416. OLE color: 7135416.

HSL color Cylindrical-coordinate representation of color #B8E06C: hue angle of 80.69º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8E06C is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB184224108-
CMYK0.1800.520.12
HSL80.69º65.17%65.1%-
HSV(B)80.69º51.79%87.84%-
XYZ49.1364.5824.06-
YUV198.8276.75117.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.66%
GREEN value IS 224 (87.89% from 255) = 43.41%
BLUE value IS 108 (42.58% from 255) = 20.93%
R=35.66%
G=43.41%
B=20.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1842241080.1800.520.1280.6965.1765.1
HexB8E06C12034C514141
Octal2703401542206414121101101
Binary101110001110000011011001001001101001100101000110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E06C; }

 p { color: rgb(184,224,108); }

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

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

 a { background-color: rgb(184,224,108); }

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

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

 span { border-color: rgb(184,224,108); }

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