#BCD648

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

Shades of Conifer #BCD648

Tints of Conifer #BCD648

Color information

#BCD648 (or 0xBCD648) is unknown color: approx Conifer. HEX triplet: BC, D6 and 48. RGB value is (188,214,72). Sum of RGB (Red+Green+Blue) = 188+214+72=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD648 is #4329B7. Grayscale: #BEBEBE. Windows color (decimal): -4401592 or 4773564. OLE color: 4773564.

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

Color convert

RGB18821472-
CMYK0.1200.660.16
HSL70.99º63.39%56.08%-
HSV(B)70.99º66.36%83.92%-
XYZ45.9659.2515.15-
YUV190.0461.39126.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 214 (83.98% from 255) = 45.15%
BLUE value IS 72 (28.52% from 255) = 15.19%
R=39.66%
G=45.15%
B=15.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188214720.1200.660.1670.9963.3956.08
HexBCD648C04210473f38
Octal274326110140102201077770
Binary10111100110101101001000110001000010100001000111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD648; }

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

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

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

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

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

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

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

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