Html Css Color HEX #BAE051 Conifer

📋 copy color: '#BAE051'

red 186 ◦ green 224 ◦ blue 81

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

Shades of Conifer #BAE051

Tints of Conifer #BAE051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.5%

R = 37.88%
G = 45.62%
B = 16.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#BAE051 (or 0xBAE051) is known color: Conifer. HEX triplet: BA, E0 and 51. RGB value is (186,224,81). Sum of RGB (Red+Green+Blue) = 186+224+81=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE051 is #451FAE. Grayscale: #C4C4C4. Windows color (decimal): -4530095 or 5365946. OLE color: 5365946.

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

Color convert

RGB 186 224 81 -
CMYK 0.17 0 0.64 0.12
HSL 75.94º 0.7% 0.6% -
HSV(B) 75.94º 0.64% 0.88% -
XYZ 48.39 64.34 17.65 -
YUV 196.34 62.91 120.63 -
System Red Green Blue C M Y K H S L
Decimal 186 224 81 0.17 0 0.64 0.12 75.94 0.7 0.6
Hex BA E0 51 11 0 40 C 4C 46 3C
Octal 272 340 121 21 0 100 14 114 106 74
Binary 10111010 11100000 1010001 10001 0 1000000 1100 1001100 1000110 111100

Color Harmonies of #BAE051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE051

Black with #BAE051

Text Example


Text Example

White with #BAE051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE051; }

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

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

background-color css

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

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

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

border-color css

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

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

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