#BDE98D

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

Shades of Sulu #BDE98D

Tints of Sulu #BDE98D

Color information

#BDE98D (or 0xBDE98D) is unknown color: approx Sulu. HEX triplet: BD, E9 and 8D. RGB value is (189,233,141). Sum of RGB (Red+Green+Blue) = 189+233+141=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE98D is #421672. Grayscale: #D1D1D1. Windows color (decimal): -4331123 or 9300413. OLE color: 9300413.

HSL color Cylindrical-coordinate representation of color #BDE98D: hue angle of 88.7º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDE98D is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB189233141-
CMYK0.1900.390.09
HSL88.7º67.65%73.33%-
HSV(B)88.7º39.48%91.37%-
XYZ54.9371.0236.01-
YUV209.3689.42113.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 233 (91.41% from 255) = 41.39%
BLUE value IS 141 (55.47% from 255) = 25.04%
R=33.57%
G=41.39%
B=25.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892331410.1900.390.0988.767.6573.33
HexBDE98D130279594449
Octal2753512152304711131104111
Binary1011110111101001100011011001101001111001101100110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE98D; }

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

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

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

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

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

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

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

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