#BCEA48

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

Shades of Conifer #BCEA48

Tints of Conifer #BCEA48

Color information

#BCEA48 (or 0xBCEA48) is unknown color: approx Conifer. HEX triplet: BC, EA and 48. RGB value is (188,234,72). Sum of RGB (Red+Green+Blue) = 188+234+72=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEA48 is #4315B7. Grayscale: #CACACA. Windows color (decimal): -4396472 or 4778684. OLE color: 4778684.

HSL color Cylindrical-coordinate representation of color #BCEA48: hue angle of 77.04º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCEA48 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB18823472-
CMYK0.2000.690.08
HSL77.04º79.41%60%-
HSV(B)77.04º69.23%91.76%-
XYZ51.337016.94-
YUV201.7854.76118.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 234 (91.80% from 255) = 47.37%
BLUE value IS 72 (28.52% from 255) = 14.57%
R=38.06%
G=47.37%
B=14.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal188234720.2000.690.0877.0479.4160
HexBCEA481404584d4f3c
Octal2743521102401051011511774
Binary101111001110101010010001010001000101100010011011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEA48; }

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

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

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

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

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

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

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

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