#BDD57A

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

Shades of Sulu #BDD57A

Tints of Sulu #BDD57A

Color information

#BDD57A (or 0xBDD57A) is unknown color: approx Sulu. HEX triplet: BD, D5 and 7A. RGB value is (189,213,122). Sum of RGB (Red+Green+Blue) = 189+213+122=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD57A is #422A85. Grayscale: #C3C3C3. Windows color (decimal): -4336262 or 8050109. OLE color: 8050109.

HSL color Cylindrical-coordinate representation of color #BDD57A: hue angle of 75.82º degrees, saturation: 0.52, 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 #BDD57A is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB189213122-
CMYK0.1100.430.16
HSL75.82º52%65.69%-
HSV(B)75.82º42.72%83.53%-
XYZ48.2959.8127.41-
YUV195.4586.55123.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 213 (83.59% from 255) = 40.65%
BLUE value IS 122 (48.05% from 255) = 23.28%
R=36.07%
G=40.65%
B=23.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131220.1100.430.1675.825265.69
HexBDD57AB02B104c3442
Octal275325172130532011464102
Binary10111101110101011111010101101010111000010011001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD57A; }

 p { color: rgb(189,213,122); }

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

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

 a { background-color: rgb(189,213,122); }

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

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

 span { border-color: rgb(189,213,122); }

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