#BDD97D

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

Shades of Sulu #BDD97D

Tints of Sulu #BDD97D

Color information

#BDD97D (or 0xBDD97D) is unknown color: approx Sulu. HEX triplet: BD, D9 and 7D. RGB value is (189,217,125). Sum of RGB (Red+Green+Blue) = 189+217+125=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD97D is #422682. Grayscale: #C6C6C6. Windows color (decimal): -4335235 or 8247741. OLE color: 8247741.

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

Color convert

RGB189217125-
CMYK0.1300.420.15
HSL78.26º54.76%67.06%-
HSV(B)78.26º42.4%85.1%-
XYZ49.561.9328.75-
YUV198.1486.72121.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 217 (85.16% from 255) = 40.87%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=35.59%
G=40.87%
B=23.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892171250.1300.420.1578.2654.7667.06
HexBDD97DD02AF4e3743
Octal275331175150521711667103
Binary1011110111011001111110111010101010111110011101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD97D; }

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

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

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

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

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

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

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

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