#BCD68B

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

Shades of Sprout #BCD68B

Tints of Sprout #BCD68B

Color information

#BCD68B (or 0xBCD68B) is unknown color: approx Sprout. HEX triplet: BC, D6 and 8B. RGB value is (188,214,139). Sum of RGB (Red+Green+Blue) = 188+214+139=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD68B is #432974. Grayscale: #C5C5C5. Windows color (decimal): -4401525 or 9164476. OLE color: 9164476.

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

Color convert

RGB188214139-
CMYK0.1200.350.16
HSL80.8º47.77%69.22%-
HSV(B)80.8º35.05%83.92%-
XYZ49.4560.6533.53-
YUV197.6894.89121.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 214 (83.98% from 255) = 39.56%
BLUE value IS 139 (54.69% from 255) = 25.69%
R=34.75%
G=39.56%
B=25.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882141390.1200.350.1680.847.7769.22
HexBCD68BC02310513045
Octal274326213140432012160105
Binary101111001101011010001011110001000111000010100011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD68B; }

 p { color: rgb(188,214,139); }

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

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

 a { background-color: rgb(188,214,139); }

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

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

 span { border-color: rgb(188,214,139); }

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