#BCC89A

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

Shades of Sprout #BCC89A

Tints of Sprout #BCC89A

Color information

#BCC89A (or 0xBCC89A) is unknown color: approx Sprout. HEX triplet: BC, C8 and 9A. RGB value is (188,200,154). Sum of RGB (Red+Green+Blue) = 188+200+154=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC89A is #433765. Grayscale: #BFBFBF. Windows color (decimal): -4405094 or 10143932. OLE color: 10143932.

HSL color Cylindrical-coordinate representation of color #BCC89A: hue angle of 75.65º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCC89A is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB188200154-
CMYK0.0600.230.22
HSL75.65º29.49%69.41%-
HSV(B)75.65º23%78.43%-
XYZ47.2354.3338.57-
YUV191.17107.02125.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 200 (78.52% from 255) = 36.90%
BLUE value IS 154 (60.55% from 255) = 28.41%
R=34.69%
G=36.90%
B=28.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1882001540.0600.230.2275.6529.4969.41
HexBCC89A6017164c1d45
Octal27431023260272611435105
Binary101111001100100010011010110010111101101001100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC89A; }

 p { color: rgb(188,200,154); }

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

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

 a { background-color: rgb(188,200,154); }

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

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

 span { border-color: rgb(188,200,154); }

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