#BAE06A

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

Shades of Conifer #BAE06A

Tints of Conifer #BAE06A

Color information

#BAE06A (or 0xBAE06A) is unknown color: approx Conifer. HEX triplet: BA, E0 and 6A. RGB value is (186,224,106). Sum of RGB (Red+Green+Blue) = 186+224+106=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE06A is #451F95. Grayscale: #C7C7C7. Windows color (decimal): -4530070 or 7004346. OLE color: 7004346.

HSL color Cylindrical-coordinate representation of color #BAE06A: hue angle of 79.32º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAE06A is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB186224106-
CMYK0.1700.530.12
HSL79.32º65.56%64.71%-
HSV(B)79.32º52.68%87.84%-
XYZ49.5164.7923.53-
YUV199.1975.41118.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 224 (87.89% from 255) = 43.41%
BLUE value IS 106 (41.80% from 255) = 20.54%
R=36.05%
G=43.41%
B=20.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862241060.1700.530.1279.3265.5664.71
HexBAE06A11035C4f4241
Octal2723401522106514117102101
Binary101110101110000011010101000101101011100100111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE06A; }

 p { color: rgb(186,224,106); }

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

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

 a { background-color: rgb(186,224,106); }

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

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

 span { border-color: rgb(186,224,106); }

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