#BCD751

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

Shades of Conifer #BCD751

Tints of Conifer #BCD751

Color information

#BCD751 (or 0xBCD751) is unknown color: approx Conifer. HEX triplet: BC, D7 and 51. RGB value is (188,215,81). Sum of RGB (Red+Green+Blue) = 188+215+81=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD751 is #4328AE. Grayscale: #C0C0C0. Windows color (decimal): -4401327 or 5363644. OLE color: 5363644.

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

Color convert

RGB18821581-
CMYK0.1300.620.16
HSL72.09º62.62%58.04%-
HSV(B)72.09º62.33%84.31%-
XYZ46.5259.8916.89-
YUV191.6565.55125.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 215 (84.38% from 255) = 44.42%
BLUE value IS 81 (32.03% from 255) = 16.74%
R=38.84%
G=44.42%
B=16.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188215810.1300.620.1672.0962.6258.04
HexBCD751D03E10483f3a
Octal27432712115076201107772
Binary1011110011010111101000111010111110100001001000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD751; }

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

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

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

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

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

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

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

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