#BDEB7E

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

Shades of Sulu #BDEB7E

Tints of Sulu #BDEB7E

Color information

#BDEB7E (or 0xBDEB7E) is unknown color: approx Sulu. HEX triplet: BD, EB and 7E. RGB value is (189,235,126). Sum of RGB (Red+Green+Blue) = 189+235+126=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEB7E is #421481. Grayscale: #D1D1D1. Windows color (decimal): -4330626 or 8317885. OLE color: 8317885.

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

Color convert

RGB189235126-
CMYK0.2000.460.08
HSL85.32º73.15%70.78%-
HSV(B)85.32º46.38%92.16%-
XYZ54.4671.7430.72-
YUV208.8281.26113.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.36%
GREEN value IS 235 (92.19% from 255) = 42.73%
BLUE value IS 126 (49.61% from 255) = 22.91%
R=34.36%
G=42.73%
B=22.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892351260.2000.460.0885.3273.1570.78
HexBDEB7E1402E8554947
Octal2753531762405610125111107
Binary101111011110101111111101010001011101000101010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEB7E; }

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

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

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

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

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

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

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

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