Html Css Color HEX #BAE45F Conifer

📋 copy color: '#BAE45F'

red 186 ◦ green 228 ◦ blue 95

#BAE45F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BAE45F

Tints of Conifer #BAE45F

RGB

 RED value IS 186 (73.05% from 255) = 36.54%

 GREEN value IS 228 (89.45% from 255) = 44.79%

 BLUE value IS 95 (37.5% from 255) = 18.66%

R = 36.54%
G = 44.79%
B = 18.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#BAE45F (or 0xBAE45F) is known color: Conifer. HEX triplet: BA, E4 and 5F. RGB value is (186,228,95). Sum of RGB (Red+Green+Blue) = 186+228+95=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE45F is #451BA0. Grayscale: #C8C8C8. Windows color (decimal): -4529057 or 6284474. OLE color: 6284474.

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

Color convert

RGB 186 228 95 -
CMYK 0.18 0 0.58 0.11
HSL 78.95º 0.71% 0.63% -
HSV(B) 78.95º 0.58% 0.89% -
XYZ 50.06 66.75 21.07 -
YUV 200.28 68.59 117.81 -
System Red Green Blue C M Y K H S L
Decimal 186 228 95 0.18 0 0.58 0.11 78.95 0.71 0.63
Hex BA E4 5F 12 0 3A B 4F 47 3F
Octal 272 344 137 22 0 72 13 117 107 77
Binary 10111010 11100100 1011111 10010 0 111010 1011 1001111 1000111 111111

Color Harmonies of #BAE45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE45F

Black with #BAE45F

Text Example


Text Example

White with #BAE45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE45F; }

 p { color: rgb(186,228,95); }

 H1.HeaderClassName
 {
   color: #BAE45F;
 }
 .AnyTagClassName
 {
   color: #BAE45F;
 }
</style>

background-color css

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

 a { background-color: rgb(186,228,95); }

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

border-color css

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

 span { border-color: rgb(186,228,95); }

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