#BCD57F

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

Shades of Sulu #BCD57F

Tints of Sulu #BCD57F

Color information

#BCD57F (or 0xBCD57F) is unknown color: approx Sulu. HEX triplet: BC, D5 and 7F. RGB value is (188,213,127). Sum of RGB (Red+Green+Blue) = 188+213+127=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD57F is #432A80. Grayscale: #C4C4C4. Windows color (decimal): -4401793 or 8377788. OLE color: 8377788.

HSL color Cylindrical-coordinate representation of color #BCD57F: hue angle of 77.44º 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 #BCD57F is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB188213127-
CMYK0.1200.400.16
HSL77.44º50.59%66.67%-
HSV(B)77.44º40.38%83.53%-
XYZ48.3659.8129.07-
YUV195.7289.22122.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 213 (83.59% from 255) = 40.34%
BLUE value IS 127 (50% from 255) = 24.05%
R=35.61%
G=40.34%
B=24.05%

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
Decimal1882131270.1200.400.1677.4450.5966.67
HexBCD57FC028104d3343
Octal274325177140502011563103
Binary10111100110101011111111110001010001000010011011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD57F; }

 p { color: rgb(188,213,127); }

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

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

 a { background-color: rgb(188,213,127); }

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

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

 span { border-color: rgb(188,213,127); }

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