#BCCD94

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

Shades of Sprout #BCCD94

Tints of Sprout #BCCD94

Color information

#BCCD94 (or 0xBCCD94) is unknown color: approx Sprout. HEX triplet: BC, CD and 94. RGB value is (188,205,148). Sum of RGB (Red+Green+Blue) = 188+205+148=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD94 is #43326B. Grayscale: #C1C1C1. Windows color (decimal): -4403820 or 9751996. OLE color: 9751996.

HSL color Cylindrical-coordinate representation of color #BCCD94: hue angle of 77.89º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCCD94 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB188205148-
CMYK0.0800.280.20
HSL77.89º36.31%69.22%-
HSV(B)77.89º27.8%80.39%-
XYZ47.9256.4936.4-
YUV193.42102.37124.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 148 (58.20% from 255) = 27.36%
R=34.75%
G=37.89%
B=27.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051480.0800.280.2077.8936.3169.22
HexBCCD94801C144e2445
Octal274315224100342411644105
Binary10111100110011011001010010000111001010010011101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD94; }

 p { color: rgb(188,205,148); }

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

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

 a { background-color: rgb(188,205,148); }

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

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

 span { border-color: rgb(188,205,148); }

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