#BCD57E

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

Shades of Sulu #BCD57E

Tints of Sulu #BCD57E

Color information

#BCD57E (or 0xBCD57E) is unknown color: approx Sulu. HEX triplet: BC, D5 and 7E. RGB value is (188,213,126). Sum of RGB (Red+Green+Blue) = 188+213+126=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD57E is #432A81. Grayscale: #C3C3C3. Windows color (decimal): -4401794 or 8312252. OLE color: 8312252.

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

Color convert

RGB188213126-
CMYK0.1200.410.16
HSL77.24º50.88%66.47%-
HSV(B)77.24º40.85%83.53%-
XYZ48.359.7928.73-
YUV195.6188.72122.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 213 (83.59% from 255) = 40.42%
BLUE value IS 126 (49.61% from 255) = 23.91%
R=35.67%
G=40.42%
B=23.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882131260.1200.410.1677.2450.8866.47
HexBCD57EC029104d3342
Octal274325176140512011563102
Binary10111100110101011111110110001010011000010011011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD57E; }

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

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

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

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

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

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

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

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