#BDDF6E

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

Shades of Sulu #BDDF6E

Tints of Sulu #BDDF6E

Color information

#BDDF6E (or 0xBDDF6E) is unknown color: approx Sulu. HEX triplet: BD, DF and 6E. RGB value is (189,223,110). Sum of RGB (Red+Green+Blue) = 189+223+110=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF6E is #422091. Grayscale: #C8C8C8. Windows color (decimal): -4333714 or 7266237. OLE color: 7266237.

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

Color convert

RGB189223110-
CMYK0.1500.510.13
HSL78.05º63.84%65.29%-
HSV(B)78.05º50.67%87.45%-
XYZ50.1964.7224.6-
YUV199.9577.24120.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 223 (87.5% from 255) = 42.72%
BLUE value IS 110 (43.36% from 255) = 21.07%
R=36.21%
G=42.72%
B=21.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892231100.1500.510.1378.0563.8465.29
HexBDDF6EF033D4e4041
Octal2753371561706315116100101
Binary10111101110111111101110111101100111101100111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDF6E; }

 p { color: rgb(189,223,110); }

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

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

 a { background-color: rgb(189,223,110); }

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

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

 span { border-color: rgb(189,223,110); }

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