#BAEB60

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

Shades of Conifer #BAEB60

Tints of Conifer #BAEB60

Color information

#BAEB60 (or 0xBAEB60) is unknown color: approx Conifer. HEX triplet: BA, EB and 60. RGB value is (186,235,96). Sum of RGB (Red+Green+Blue) = 186+235+96=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEB60 is #45149F. Grayscale: #CDCDCD. Windows color (decimal): -4527264 or 6351802. OLE color: 6351802.

HSL color Cylindrical-coordinate representation of color #BAEB60: hue angle of 81.15º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAEB60 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB18623596-
CMYK0.2100.590.08
HSL81.15º77.65%64.9%-
HSV(B)81.15º59.15%92.16%-
XYZ52.0770.721.97-
YUV204.566.77114.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 235 (92.19% from 255) = 45.45%
BLUE value IS 96 (37.89% from 255) = 18.57%
R=35.98%
G=45.45%
B=18.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal186235960.2100.590.0881.1577.6564.9
HexBAEB601503B8514e41
Octal2723531402507310121116101
Binary101110101110101111000001010101110111000101000110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEB60; }

 p { color: rgb(186,235,96); }

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

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

 a { background-color: rgb(186,235,96); }

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

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

 span { border-color: rgb(186,235,96); }

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