Html Css Color HEX #BAE14F Conifer

📋 copy color: '#BAE14F'

red 186 ◦ green 225 ◦ blue 79

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

Shades of Conifer #BAE14F

Tints of Conifer #BAE14F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.92%

 BLUE value IS 79 (31.25% from 255) = 16.12%

R = 37.96%
G = 45.92%
B = 16.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#BAE14F (or 0xBAE14F) is known color: Conifer. HEX triplet: BA, E1 and 4F. RGB value is (186,225,79). Sum of RGB (Red+Green+Blue) = 186+225+79=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 79 (31.25% from 255 or 16.12% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE14F is #451EB0. Grayscale: #C5C5C5. Windows color (decimal): -4529841 or 5235130. OLE color: 5235130.

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

Color convert

RGB 186 225 79 -
CMYK 0.17 0 0.65 0.12
HSL 76.03º 0.71% 0.6% -
HSV(B) 76.03º 0.65% 0.88% -
XYZ 48.59 64.85 17.35 -
YUV 196.7 61.58 120.37 -
System Red Green Blue C M Y K H S L
Decimal 186 225 79 0.17 0 0.65 0.12 76.03 0.71 0.6
Hex BA E1 4F 11 0 41 C 4C 47 3C
Octal 272 341 117 21 0 101 14 114 107 74
Binary 10111010 11100001 1001111 10001 0 1000001 1100 1001100 1000111 111100

Color Harmonies of #BAE14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE14F

Black with #BAE14F

Text Example


Text Example

White with #BAE14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE14F; }

 p { color: rgb(186,225,79); }

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

background-color css

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

 a { background-color: rgb(186,225,79); }

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

border-color css

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

 span { border-color: rgb(186,225,79); }

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