#BDEB85

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

Shades of Sulu #BDEB85

Tints of Sulu #BDEB85

Color information

#BDEB85 (or 0xBDEB85) is unknown color: approx Sulu. HEX triplet: BD, EB and 85. RGB value is (189,235,133). Sum of RGB (Red+Green+Blue) = 189+235+133=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEB85 is #42147A. Grayscale: #D1D1D1. Windows color (decimal): -4330619 or 8776637. OLE color: 8776637.

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

Color convert

RGB189235133-
CMYK0.2000.430.08
HSL87.06º71.83%72.16%-
HSV(B)87.06º43.4%92.16%-
XYZ54.9371.9333.18-
YUV209.6284.76113.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 235 (92.19% from 255) = 42.19%
BLUE value IS 133 (52.34% from 255) = 23.88%
R=33.93%
G=42.19%
B=23.88%

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
Decimal1892351330.2000.430.0887.0671.8372.16
HexBDEB851402B8574848
Octal2753532052405310127110110
Binary1011110111101011100001011010001010111000101011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEB85; }

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

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

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

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

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

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

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

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