#BCD752

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

Shades of Conifer #BCD752

Tints of Conifer #BCD752

Color information

#BCD752 (or 0xBCD752) is unknown color: approx Conifer. HEX triplet: BC, D7 and 52. RGB value is (188,215,82). Sum of RGB (Red+Green+Blue) = 188+215+82=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD752 is #4328AD. Grayscale: #C0C0C0. Windows color (decimal): -4401326 or 5429180. OLE color: 5429180.

HSL color Cylindrical-coordinate representation of color #BCD752: hue angle of 72.18º degrees, saturation: 0.62, 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 #BCD752 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB18821582-
CMYK0.1300.620.16
HSL72.18º62.44%58.24%-
HSV(B)72.18º61.86%84.31%-
XYZ46.5659.917.09-
YUV191.7666.05125.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 215 (84.38% from 255) = 44.33%
BLUE value IS 82 (32.42% from 255) = 16.91%
R=38.76%
G=44.33%
B=16.91%

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
Decimal188215820.1300.620.1672.1862.4458.24
HexBCD752D03E10483e3a
Octal27432712215076201107672
Binary1011110011010111101001011010111110100001001000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD752; }

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

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

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

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

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

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

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

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