#BCD953

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

Shades of Conifer #BCD953

Tints of Conifer #BCD953

Color information

#BCD953 (or 0xBCD953) is unknown color: approx Conifer. HEX triplet: BC, D9 and 53. RGB value is (188,217,83). Sum of RGB (Red+Green+Blue) = 188+217+83=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 83 (32.81% from 255 or 17.01% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD953 is #4326AC. Grayscale: #C1C1C1. Windows color (decimal): -4400813 or 5495228. OLE color: 5495228.

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

Color convert

RGB18821783-
CMYK0.1300.620.15
HSL72.99º63.81%58.82%-
HSV(B)72.99º61.75%85.1%-
XYZ47.1160.9417.46-
YUV193.0565.89124.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 217 (85.16% from 255) = 44.47%
BLUE value IS 83 (32.81% from 255) = 17.01%
R=38.52%
G=44.47%
B=17.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188217830.1300.620.1572.9963.8158.82
HexBCD953D03EF49403b
Octal274331123150761711110073
Binary1011110011011001101001111010111110111110010011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD953; }

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

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

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

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

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

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

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

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