#BAE754

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

Shades of Conifer #BAE754

Tints of Conifer #BAE754

Color information

#BAE754 (or 0xBAE754) is unknown color: approx Conifer. HEX triplet: BA, E7 and 54. RGB value is (186,231,84). Sum of RGB (Red+Green+Blue) = 186+231+84=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 84 (33.20% from 255 or 16.77% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE754 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE754 is #4518AB. Grayscale: #C9C9C9. Windows color (decimal): -4528300 or 5564346. OLE color: 5564346.

HSL color Cylindrical-coordinate representation of color #BAE754: hue angle of 78.37º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAE754 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB18623184-
CMYK0.1900.640.09
HSL78.37º75.38%61.76%-
HSV(B)78.37º63.64%90.59%-
XYZ50.4368.2318.9-
YUV200.7962.09117.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 231 (90.62% from 255) = 46.11%
BLUE value IS 84 (33.20% from 255) = 16.77%
R=37.13%
G=46.11%
B=16.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal186231840.1900.640.0978.3775.3861.76
HexBAE7541304094e4b3e
Octal2723471242301001111611376
Binary101110101110011110101001001101000000100110011101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE754; }

 p { color: rgb(186,231,84); }

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

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

 a { background-color: rgb(186,231,84); }

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

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

 span { border-color: rgb(186,231,84); }

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