Html Css Color HEX #BAEC46 Conifer

📋 copy color: '#BAEC46'

red 186 ◦ green 236 ◦ blue 70

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

Shades of Conifer #BAEC46

Tints of Conifer #BAEC46

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.97%

 BLUE value IS 70 (27.73% from 255) = 14.23%

R = 37.8%
G = 47.97%
B = 14.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#BAEC46 (or 0xBAEC46) is known color: Conifer. HEX triplet: BA, EC and 46. RGB value is (186,236,70). Sum of RGB (Red+Green+Blue) = 186+236+70=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 70 (27.73% from 255 or 14.23% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEC46 is #4513B9. Grayscale: #CACACA. Windows color (decimal): -4527034 or 4648122. OLE color: 4648122.

HSL color Cylindrical-coordinate representation of color #BAEC46: hue angle of 78.07º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAEC46 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 70 -
CMYK 0.21 0 0.70 0.07
HSL 78.07º 0.81% 0.6% -
HSV(B) 78.07º 0.7% 0.93% -
XYZ 51.35 70.87 16.77 -
YUV 202.13 53.44 116.5 -
System Red Green Blue C M Y K H S L
Decimal 186 236 70 0.21 0 0.70 0.07 78.07 0.81 0.6
Hex BA EC 46 15 0 46 7 4E 51 3C
Octal 272 354 106 25 0 106 7 116 121 74
Binary 10111010 11101100 1000110 10101 0 1000110 111 1001110 1010001 111100

Color Harmonies of #BAEC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEC46

Black with #BAEC46

Text Example


Text Example

White with #BAEC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEC46; }

 p { color: rgb(186,236,70); }

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

background-color css

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

 a { background-color: rgb(186,236,70); }

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

border-color css

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

 span { border-color: rgb(186,236,70); }

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