#BCCD92

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

Shades of Sprout #BCCD92

Tints of Sprout #BCCD92

Color information

#BCCD92 (or 0xBCCD92) is unknown color: approx Sprout. HEX triplet: BC, CD and 92. RGB value is (188,205,146). Sum of RGB (Red+Green+Blue) = 188+205+146=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD92 is #43326D. Grayscale: #C1C1C1. Windows color (decimal): -4403822 or 9620924. OLE color: 9620924.

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

Color convert

RGB188205146-
CMYK0.0800.290.20
HSL77.29º37.11%68.82%-
HSV(B)77.29º28.78%80.39%-
XYZ47.7656.4335.57-
YUV193.19101.37124.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 205 (80.47% from 255) = 38.03%
BLUE value IS 146 (57.42% from 255) = 27.09%
R=34.88%
G=38.03%
B=27.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051460.0800.290.2077.2937.1168.82
HexBCCD92801D144d2545
Octal274315222100352411545105
Binary10111100110011011001001010000111011010010011011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD92; }

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

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

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

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

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

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

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

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