#BDEB86

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

Shades of Sulu #BDEB86

Tints of Sulu #BDEB86

Color information

#BDEB86 (or 0xBDEB86) is unknown color: approx Sulu. HEX triplet: BD, EB and 86. RGB value is (189,235,134). Sum of RGB (Red+Green+Blue) = 189+235+134=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 134 (52.73% from 255 or 24.01% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEB86 is #421479. Grayscale: #D2D2D2. Windows color (decimal): -4330618 or 8842173. OLE color: 8842173.

HSL color Cylindrical-coordinate representation of color #BDEB86: hue angle of 87.33º 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 #BDEB86 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB189235134-
CMYK0.2000.430.08
HSL87.33º71.63%72.35%-
HSV(B)87.33º42.98%92.16%-
XYZ5571.9633.54-
YUV209.7385.26113.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 235 (92.19% from 255) = 42.11%
BLUE value IS 134 (52.73% from 255) = 24.01%
R=33.87%
G=42.11%
B=24.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892351340.2000.430.0887.3371.6372.35
HexBDEB861402B8574848
Octal2753532062405310127110110
Binary1011110111101011100001101010001010111000101011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEB86; }

 p { color: rgb(189,235,134); }

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

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

 a { background-color: rgb(189,235,134); }

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

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

 span { border-color: rgb(189,235,134); }

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