#BDD679

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

Shades of Sulu #BDD679

Tints of Sulu #BDD679

Color information

#BDD679 (or 0xBDD679) is unknown color: approx Sulu. HEX triplet: BD, D6 and 79. RGB value is (189,214,121). Sum of RGB (Red+Green+Blue) = 189+214+121=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD679 is #422986. Grayscale: #C4C4C4. Windows color (decimal): -4336007 or 7984829. OLE color: 7984829.

HSL color Cylindrical-coordinate representation of color #BDD679: hue angle of 76.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDD679 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB189214121-
CMYK0.1200.430.16
HSL76.13º53.14%65.69%-
HSV(B)76.13º43.46%83.92%-
XYZ48.4860.2927.17-
YUV195.9285.72123.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 214 (83.98% from 255) = 40.84%
BLUE value IS 121 (47.66% from 255) = 23.09%
R=36.07%
G=40.84%
B=23.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141210.1200.430.1676.1353.1465.69
HexBDD679C02B104c3542
Octal275326171140532011465102
Binary10111101110101101111001110001010111000010011001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD679; }

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

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

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

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

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

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

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

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