#BDD77C

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

Shades of Sulu #BDD77C

Tints of Sulu #BDD77C

Color information

#BDD77C (or 0xBDD77C) is unknown color: approx Sulu. HEX triplet: BD, D7 and 7C. RGB value is (189,215,124). Sum of RGB (Red+Green+Blue) = 189+215+124=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD77C is #422883. Grayscale: #C5C5C5. Windows color (decimal): -4335748 or 8181693. OLE color: 8181693.

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

Color convert

RGB189215124-
CMYK0.1200.420.16
HSL77.14º53.22%66.47%-
HSV(B)77.14º42.33%84.31%-
XYZ48.9260.8728.24-
YUV196.8586.89122.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 215 (84.38% from 255) = 40.72%
BLUE value IS 124 (48.83% from 255) = 23.48%
R=35.80%
G=40.72%
B=23.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151240.1200.420.1677.1453.2266.47
HexBDD77CC02A104d3542
Octal275327174140522011565102
Binary10111101110101111111100110001010101000010011011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD77C; }

 p { color: rgb(189,215,124); }

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

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

 a { background-color: rgb(189,215,124); }

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

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

 span { border-color: rgb(189,215,124); }

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