#BAE04B

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

Shades of Conifer #BAE04B

Tints of Conifer #BAE04B

Color information

#BAE04B (or 0xBAE04B) is unknown color: approx Conifer. HEX triplet: BA, E0 and 4B. RGB value is (186,224,75). Sum of RGB (Red+Green+Blue) = 186+224+75=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE04B is #451FB4. Grayscale: #C4C4C4. Windows color (decimal): -4530101 or 4972730. OLE color: 4972730.

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

Color convert

RGB18622475-
CMYK0.1700.670.12
HSL75.3º70.62%58.63%-
HSV(B)75.3º66.52%87.84%-
XYZ48.1864.2616.52-
YUV195.6559.91121.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 224 (87.89% from 255) = 46.19%
BLUE value IS 75 (29.69% from 255) = 15.46%
R=38.35%
G=46.19%
B=15.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal186224750.1700.670.1275.370.6258.63
HexBAE04B11043C4b473b
Octal2723401132101031411310773
Binary101110101110000010010111000101000011110010010111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE04B; }

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

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

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

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

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

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

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

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