#BDD681

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

Shades of Sulu #BDD681

Tints of Sulu #BDD681

Color information

#BDD681 (or 0xBDD681) is unknown color: approx Sulu. HEX triplet: BD, D6 and 81. RGB value is (189,214,129). Sum of RGB (Red+Green+Blue) = 189+214+129=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 129 (50.78% from 255 or 24.25% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD681 is #42297E. Grayscale: #C5C5C5. Windows color (decimal): -4335999 or 8509117. OLE color: 8509117.

HSL color Cylindrical-coordinate representation of color #BDD681: hue angle of 77.65º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDD681 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB189214129-
CMYK0.1200.400.16
HSL77.65º50.9%67.25%-
HSV(B)77.65º39.72%83.92%-
XYZ4960.529.86-
YUV196.8389.72122.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 214 (83.98% from 255) = 40.23%
BLUE value IS 129 (50.78% from 255) = 24.25%
R=35.53%
G=40.23%
B=24.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141290.1200.400.1677.6550.967.25
HexBDD681C028104e3343
Octal275326201140502011663103
Binary101111011101011010000001110001010001000010011101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD681; }

 p { color: rgb(189,214,129); }

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

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

 a { background-color: rgb(189,214,129); }

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

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

 span { border-color: rgb(189,214,129); }

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