#BCE65A

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

Shades of Conifer #BCE65A

Tints of Conifer #BCE65A

Color information

#BCE65A (or 0xBCE65A) is unknown color: approx Conifer. HEX triplet: BC, E6 and 5A. RGB value is (188,230,90). Sum of RGB (Red+Green+Blue) = 188+230+90=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE65A is #4319A5. Grayscale: #CACACA. Windows color (decimal): -4397478 or 5957308. OLE color: 5957308.

HSL color Cylindrical-coordinate representation of color #BCE65A: hue angle of 78º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCE65A is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB18823090-
CMYK0.1800.610.10
HSL78º73.68%62.75%-
HSV(B)78º60.87%90.2%-
XYZ50.8868.0220.12-
YUV201.4865.09118.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 230 (90.23% from 255) = 45.28%
BLUE value IS 90 (35.55% from 255) = 17.72%
R=37.01%
G=45.28%
B=17.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal188230900.1800.610.107873.6862.75
HexBCE65A1203DA4e4a3f
Octal274346132220751211611277
Binary10111100111001101011010100100111101101010011101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE65A; }

 p { color: rgb(188,230,90); }

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

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

 a { background-color: rgb(188,230,90); }

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

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

 span { border-color: rgb(188,230,90); }

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