#BCD948

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

Shades of Conifer #BCD948

Tints of Conifer #BCD948

Color information

#BCD948 (or 0xBCD948) is unknown color: approx Conifer. HEX triplet: BC, D9 and 48. RGB value is (188,217,72). Sum of RGB (Red+Green+Blue) = 188+217+72=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD948 is #4326B7. Grayscale: #C0C0C0. Windows color (decimal): -4400824 or 4774332. OLE color: 4774332.

HSL color Cylindrical-coordinate representation of color #BCD948: hue angle of 72º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCD948 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB18821772-
CMYK0.1300.670.15
HSL72º65.61%56.67%-
HSV(B)72º66.82%85.1%-
XYZ46.7260.7815.4-
YUV191.860.39125.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 217 (85.16% from 255) = 45.49%
BLUE value IS 72 (28.52% from 255) = 15.09%
R=39.41%
G=45.49%
B=15.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188217720.1300.670.157265.6156.67
HexBCD948D043F484239
Octal2743311101501031711010271
Binary10111100110110011001000110101000011111110010001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD948; }

 p { color: rgb(188,217,72); }

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

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

 a { background-color: rgb(188,217,72); }

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

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

 span { border-color: rgb(188,217,72); }

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