#BDEB8B

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

Shades of Sulu #BDEB8B

Tints of Sulu #BDEB8B

Color information

#BDEB8B (or 0xBDEB8B) is unknown color: approx Sulu. HEX triplet: BD, EB and 8B. RGB value is (189,235,139). Sum of RGB (Red+Green+Blue) = 189+235+139=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEB8B is #421474. Grayscale: #D2D2D2. Windows color (decimal): -4330613 or 9169853. OLE color: 9169853.

HSL color Cylindrical-coordinate representation of color #BDEB8B: hue angle of 88.75º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDEB8B is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB189235139-
CMYK0.2000.410.08
HSL88.75º70.59%73.33%-
HSV(B)88.75º40.85%92.16%-
XYZ55.3572.135.43-
YUV210.387.76112.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 235 (92.19% from 255) = 41.74%
BLUE value IS 139 (54.69% from 255) = 24.69%
R=33.57%
G=41.74%
B=24.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892351390.2000.410.0888.7570.5973.33
HexBDEB8B140298594749
Octal2753532132405110131107111
Binary1011110111101011100010111010001010011000101100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEB8B; }

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

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

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

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

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

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

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

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