#BDE08D

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

Shades of Sulu #BDE08D

Tints of Sulu #BDE08D

Color information

#BDE08D (or 0xBDE08D) is unknown color: approx Sulu. HEX triplet: BD, E0 and 8D. RGB value is (189,224,141). Sum of RGB (Red+Green+Blue) = 189+224+141=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE08D is #421F72. Grayscale: #CCCCCC. Windows color (decimal): -4333427 or 9298109. OLE color: 9298109.

HSL color Cylindrical-coordinate representation of color #BDE08D: hue angle of 85.3º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDE08D is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB189224141-
CMYK0.1600.370.12
HSL85.3º57.24%71.57%-
HSV(B)85.3º37.05%87.84%-
XYZ52.4566.0535.18-
YUV204.0792.4117.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 224 (87.89% from 255) = 40.43%
BLUE value IS 141 (55.47% from 255) = 25.45%
R=34.12%
G=40.43%
B=25.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241410.1600.370.1285.357.2471.57
HexBDE08D10025C553948
Octal275340215200451412571110
Binary101111011110000010001101100000100101110010101011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE08D; }

 p { color: rgb(189,224,141); }

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

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

 a { background-color: rgb(189,224,141); }

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

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

 span { border-color: rgb(189,224,141); }

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