#BAE35C

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

Shades of Conifer #BAE35C

Tints of Conifer #BAE35C

Color information

#BAE35C (or 0xBAE35C) is unknown color: approx Conifer. HEX triplet: BA, E3 and 5C. RGB value is (186,227,92). Sum of RGB (Red+Green+Blue) = 186+227+92=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE35C is #451CA3. Grayscale: #C7C7C7. Windows color (decimal): -4529316 or 6087610. OLE color: 6087610.

HSL color Cylindrical-coordinate representation of color #BAE35C: hue angle of 78.22º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAE35C is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB18622792-
CMYK0.1800.590.11
HSL78.22º70.68%62.55%-
HSV(B)78.22º59.47%89.02%-
XYZ49.6566.1520.28-
YUV199.3567.42118.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 227 (89.06% from 255) = 44.95%
BLUE value IS 92 (36.33% from 255) = 18.22%
R=36.83%
G=44.95%
B=18.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal186227920.1800.590.1178.2270.6862.55
HexBAE35C1203BB4e473f
Octal272343134220731311610777
Binary10111010111000111011100100100111011101110011101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE35C; }

 p { color: rgb(186,227,92); }

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

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

 a { background-color: rgb(186,227,92); }

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

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

 span { border-color: rgb(186,227,92); }

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