Html Css Color HEX #BAE04F Conifer

📋 copy color: '#BAE04F'

red 186 ◦ green 224 ◦ blue 79

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

Shades of Conifer #BAE04F

Tints of Conifer #BAE04F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.81%

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

R = 38.04%
G = 45.81%
B = 16.16%

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

#BAE04F (or 0xBAE04F) is known color: Conifer. HEX triplet: BA, E0 and 4F. RGB value is (186,224,79). Sum of RGB (Red+Green+Blue) = 186+224+79=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 79 (31.25% from 255 or 16.16% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE04F is #451FB0. Grayscale: #C4C4C4. Windows color (decimal): -4530097 or 5234874. OLE color: 5234874.

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

Color convert

RGB 186 224 79 -
CMYK 0.17 0 0.65 0.12
HSL 75.72º 0.7% 0.59% -
HSV(B) 75.72º 0.65% 0.88% -
XYZ 48.32 64.31 17.26 -
YUV 196.11 61.91 120.79 -
System Red Green Blue C M Y K H S L
Decimal 186 224 79 0.17 0 0.65 0.12 75.72 0.7 0.59
Hex BA E0 4F 11 0 41 C 4C 46 3B
Octal 272 340 117 21 0 101 14 114 106 73
Binary 10111010 11100000 1001111 10001 0 1000001 1100 1001100 1000110 111011

Color Harmonies of #BAE04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE04F

Black with #BAE04F

Text Example


Text Example

White with #BAE04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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