#BCDA4A

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

Shades of Conifer #BCDA4A

Tints of Conifer #BCDA4A

Color information

#BCDA4A (or 0xBCDA4A) is unknown color: approx Conifer. HEX triplet: BC, DA and 4A. RGB value is (188,218,74). Sum of RGB (Red+Green+Blue) = 188+218+74=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA4A is #4325B5. Grayscale: #C1C1C1. Windows color (decimal): -4400566 or 4905660. OLE color: 4905660.

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

Color convert

RGB18821874-
CMYK0.1400.660.15
HSL72.5º66.06%57.25%-
HSV(B)72.5º66.06%85.49%-
XYZ47.0561.3315.84-
YUV192.6161.06124.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 218 (85.55% from 255) = 45.42%
BLUE value IS 74 (29.30% from 255) = 15.42%
R=39.17%
G=45.42%
B=15.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188218740.1400.660.1572.566.0657.25
HexBCDA4AE042F484239
Octal2743321121601021711010271
Binary10111100110110101001010111001000010111110010001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDA4A; }

 p { color: rgb(188,218,74); }

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

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

 a { background-color: rgb(188,218,74); }

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

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

 span { border-color: rgb(188,218,74); }

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