#BCD747

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

Shades of Conifer #BCD747

Tints of Conifer #BCD747

Color information

#BCD747 (or 0xBCD747) is unknown color: approx Conifer. HEX triplet: BC, D7 and 47. RGB value is (188,215,71). Sum of RGB (Red+Green+Blue) = 188+215+71=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD747 is #4328B8. Grayscale: #BFBFBF. Windows color (decimal): -4401337 or 4708284. OLE color: 4708284.

HSL color Cylindrical-coordinate representation of color #BCD747: hue angle of 71.25º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCD747 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB18821571-
CMYK0.1300.670.16
HSL71.25º64.29%56.08%-
HSV(B)71.25º66.98%84.31%-
XYZ46.1859.7515.06-
YUV190.5160.55126.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 215 (84.38% from 255) = 45.36%
BLUE value IS 71 (28.12% from 255) = 14.98%
R=39.66%
G=45.36%
B=14.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188215710.1300.670.1671.2564.2956.08
HexBCD747D04310474038
Octal2743271071501032010710070
Binary101111001101011110001111101010000111000010001111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD747; }

 p { color: rgb(188,215,71); }

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

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

 a { background-color: rgb(188,215,71); }

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

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

 span { border-color: rgb(188,215,71); }

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