#BDD98B

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

Shades of Sulu #BDD98B

Tints of Sulu #BDD98B

Color information

#BDD98B (or 0xBDD98B) is unknown color: approx Sulu. HEX triplet: BD, D9 and 8B. RGB value is (189,217,139). Sum of RGB (Red+Green+Blue) = 189+217+139=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD98B is #422674. Grayscale: #C8C8C8. Windows color (decimal): -4335221 or 9165245. OLE color: 9165245.

HSL color Cylindrical-coordinate representation of color #BDD98B: hue angle of 81.54º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDD98B is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB189217139-
CMYK0.1300.360.15
HSL81.54º50.65%69.8%-
HSV(B)81.54º35.94%85.1%-
XYZ50.4662.3133.79-
YUV199.7493.72120.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 217 (85.16% from 255) = 39.82%
BLUE value IS 139 (54.69% from 255) = 25.50%
R=34.68%
G=39.82%
B=25.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892171390.1300.360.1581.5450.6569.8
HexBDD98BD024F523346
Octal275331213150441712263106
Binary10111101110110011000101111010100100111110100101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD98B; }

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

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

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

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

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

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

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

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